chore: auto-commit (799 archivos)
- .claude/CLAUDE.md - .claude/commands/subagentes.md - .claude/rules/INDEX.md - .mcp.json - bash/functions/cybersecurity/analyze_dns.md - bash/functions/cybersecurity/audit_http_headers.md - bash/functions/cybersecurity/audit_ssh_config.md - bash/functions/cybersecurity/check_firewall.md - bash/functions/cybersecurity/detect_suspicious_users.md - bash/functions/cybersecurity/encrypt_file.md - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: impure
|
||||
signature: "GpuHistogram1D gpu_histogram_1d_create(int nbins); void gpu_histogram_1d_clear(GpuHistogram1D&); void gpu_histogram_1d_accumulate(GpuHistogram1D&, const Ssbo& samples, int count, float min, float max); void gpu_histogram_1d_readback(const GpuHistogram1D&, unsigned int* out); void gpu_histogram_1d_destroy(GpuHistogram1D&)"
|
||||
description: "Binner GPU 1D: SSBO float[N] -> SSBO uint[nbins] via atomicAdd en compute shader. Output listo para histogram_cpp_viz. Reusable across dispatches con clear/accumulate/readback."
|
||||
tags: [opengl, compute, histogram, atomic, gpu, gfx, montecarlo]
|
||||
tags: [opengl, compute, histogram, atomic, gpu, gfx, montecarlo, pendiente-usar]
|
||||
uses_functions: ["gl_loader_cpp_gfx", "gpu_ssbo_cpp_gfx", "gpu_compute_program_cpp_gfx", "gpu_dispatch_cpp_gfx"]
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
Reference in New Issue
Block a user