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
I am trying to run the example best-practice-ntt but I have the following error showing up
[INFO] selecting CUDA device
log NTT size: 26
Batch size: 1
Init NTT domain
CUDA Runtime Error by: cudaGetLastError at: /icicle/backend/cuda/src/ntt/mixed_radix_ntt.cu:657
no kernel image is available for execution on the device
CUDA Runtime Error by: mxntt::generate_external_twiddles_generic( primitive_root, domain.twiddles, domain.internal_twiddles, domain.basic_twiddles, domain.max_log_size, ctx.stream) at: /icicle/backend/cuda/src/ntt/ntt.cuh:475
no kernel image is available for execution on the device
terminate called after throwing an instance of 'std::runtime_error'
what(): Icicle API fails with code eIcicleError::UNKNOWN_ERROR in /root/autodl-tmp/icicle_v3/icicle_v3/examples/c++/best-practice-ntt/example.cpp:47
run.sh: line 68: 945 Aborted (core dumped) ./build/example/example "$DEVICE_TYPE"
Reproduce
bash run.sh -d CUDA -b /opt/icicle/lib/backend/
Expected Behavior
run 2^26 NTT correctly
Environment
OS + Version: Ubuntu 22.04.1 LTS
Cargo Version: cargo 1.80.1
GPU type: V100-32GB(32GB)
CUDA Driver Version 12.4,
CUDA Runtime Version 11.8
The text was updated successfully, but these errors were encountered:
Description
I am trying to run the example best-practice-ntt but I have the following error showing up
Reproduce
bash run.sh -d CUDA -b /opt/icicle/lib/backend/
Expected Behavior
run 2^26 NTT correctly
Environment
OS + Version: Ubuntu 22.04.1 LTS
Cargo Version: cargo 1.80.1
GPU type: V100-32GB(32GB)
CUDA Driver Version 12.4,
CUDA Runtime Version 11.8
The text was updated successfully, but these errors were encountered: