issues
search
halide
/
Halide
a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k
stars
1.07k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use std::optional to clean up some code and prevent use-after-free bugs
#8484
abadams
opened
1 day ago
1
Fix heap-use-after-free error in find_best_fit()
#8483
steven-johnson
closed
1 day ago
4
[asan] FuseGPUThreadLoops heap-use-after-free in ExtractSharedAndHeapAllocations
#8482
derek-gerstmann
closed
1 day ago
1
Some ImageParam access can occur in bounds inference on host, but this ignores device_dirty
#8481
abadams
opened
2 days ago
0
performance_matrix_multiplication, the actual peak flops is much higher than the theoretical peak flops
#8480
Bbean
closed
2 days ago
6
RDom with Param<int> vs ImageParam
#8478
soufianekhiat
closed
2 days ago
4
Add missing #include
#8476
steven-johnson
closed
1 week ago
0
Propagate some facts about inequalities with min/max
#8475
shoaibkamil
closed
1 week ago
4
use hexagon-sdk to cross-compile
#8474
mnbbnc
opened
1 week ago
0
Replace all use of getPointerTo() with PointerType::get()
#8473
steven-johnson
closed
1 week ago
0
undefined reference to `pthread_mutex_lock` and `halide_malloc`
#8472
janakiramreddy3
closed
1 day ago
2
Fix #8470: fuzz_bounds should use select() rather than Select::make()
#8471
steven-johnson
closed
1 week ago
1
Fuzzer failure possibly related to #8465
#8470
steven-johnson
closed
1 week ago
0
Fix bonehead mistake in get_md_bool()
#8469
steven-johnson
closed
2 weeks ago
1
Revert "Select condition vector lanes must match the true and false value"
#8468
steven-johnson
closed
2 weeks ago
0
Fix two trivial build errors
#8467
steven-johnson
closed
2 weeks ago
0
[vulkan] Validation errors for DST bit usage on transfer buffers
#8466
mcourteaux
opened
2 weeks ago
0
Select condition vector lanes must match the true and false value
#8465
abadams
closed
2 weeks ago
1
Support copying the overlapping region from one buffer to another.
#8463
mcourteaux
opened
2 weeks ago
3
Q: How do I call runtime functions from Halide::Runtime::Buffer?
#8462
mcourteaux
closed
2 weeks ago
2
Add LLDB pretty-printing
#8460
alexreinking
opened
2 weeks ago
7
Fix typos
#8459
alexreinking
closed
2 weeks ago
0
Don't allow internal_error to pass an error test
#8458
alexreinking
closed
2 weeks ago
2
Emit `vscale_range()` fn attribute in correct syntax
#8457
steven-johnson
closed
2 weeks ago
1
Fix #8455 (in combination with #8457)
#8456
steven-johnson
closed
2 weeks ago
3
Compilation failure with RISCV+RVV vectors
#8455
steven-johnson
closed
2 weeks ago
3
Fix top of LLVM.
#8454
mcourteaux
closed
2 weeks ago
2
Fix profiler to report time spent on GPU kernels again instead of on 'wait for parallel tasks'.
#8453
mcourteaux
closed
2 weeks ago
2
[vulkan] Reduce the number of descriptor sets, remove cleanup in destructor
#8452
derek-gerstmann
opened
3 weeks ago
18
Get more consistent distributions in parallel scenarios test
#8451
abadams
closed
9 hours ago
3
Long term performance monitoring using CI
#8450
abadams
opened
3 weeks ago
2
Fix datalayout for osx-arm-64
#8449
abadams
closed
3 weeks ago
1
[vulkan] Fixes to address outstanding validation failures
#8448
derek-gerstmann
closed
3 weeks ago
3
Add threadpool performance test
#8447
abadams
closed
3 weeks ago
0
Difficulty using Hexagon gather instructions
#8445
MihaiBabiac
opened
3 weeks ago
0
Build issue Windows - Generator Missing
#8444
soufianekhiat
opened
3 weeks ago
1
Specialize does not remove select conditions as expected
#8443
yyuting
closed
1 week ago
6
Fix for top-of-tree LLVM
#8442
steven-johnson
closed
1 month ago
2
Don't let users disguise RVars as Vars
#8441
abadams
closed
1 month ago
1
Backtraces fail when a debugging inside pipeline.
#8440
mcourteaux
opened
1 month ago
4
PythonExtensionGen: ~PyHalideBuffer should call device_free() (#8399)
#8439
steven-johnson
closed
1 month ago
1
Update lesson_22_jit_performance.cpp
#8438
abadams
closed
1 month ago
0
Tutorial 22 README Mistake
#8437
borsakv
closed
1 month ago
1
Targeting ARM SVE
#8435
akothen
closed
1 month ago
0
CUDA Cooperative Fetching in Matmul using Halide
#8434
nullplay
closed
2 weeks ago
2
Don't spin on the main mutex while waiting for new work
#8433
abadams
opened
1 month ago
16
How to use and benchmark Halide autoscheduler?
#8432
Rehanchy
opened
1 month ago
0
Fix Homebrew LLVM 19
#8431
alexreinking
closed
1 month ago
2
Fix two warnings on GCC 14.2.1.
#8430
mcourteaux
closed
1 month ago
0
32 minute compile time for max_pool2d_with_indices
#8429
jansel
opened
1 month ago
3
Next