You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_halide_generator(hlgen_vector_add SOURCES hlgen_vector_add.cpp)
add_halide_library(vector_add FROM hlgen_vector_add
STMT_HTML ON
STMT ON
FEATURES large_buffers cuda cuda_capability_75)
add_executable(vec_add_gpu vec_add_gpu.cpp)
target_link_libraries(vec_add_gpu PRIVATE
Halide::Tools
vector_add
benchmark::benchmark
benchmark::benchmark_main)
The weirdness is that the code in some environments execute without any issue. Currently I have tested the code using a container (sometimes work, sometimes not) and directly on the OS. I also have tested on multiple hardware (V100, RTX2080, A100) currently only working on the RTX2080.
Dockerfile that I am using to test on the RTX2080 (Fedora 41)
Hello. I am getting a weird initialization error when running a simple code using the Halide cuda backend.
The generator of the code
client code
Compiling with CMake using
The weirdness is that the code in some environments execute without any issue. Currently I have tested the code using a container (sometimes work, sometimes not) and directly on the OS. I also have tested on multiple hardware (V100, RTX2080, A100) currently only working on the RTX2080.
Dockerfile that I am using to test on the RTX2080 (Fedora 41)
thanks
The text was updated successfully, but these errors were encountered: