Skip to content

Commit

Permalink
Add asm_experimental_arch feature to CUDA kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Jan 10, 2024
1 parent 68a3046 commit 687d4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustcoalescence/algorithms/cuda/gpu-kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#![feature(decl_macro)]
#![cfg_attr(not(target_os = "cuda"), feature(c_str_literals))]
#![cfg_attr(target_os = "cuda", feature(abi_ptx))]
#![cfg_attr(target_os = "cuda", feature(asm_experimental_arch))]
#![cfg_attr(target_os = "cuda", feature(alloc_error_handler))]
#![allow(long_running_const_eval)]
#![recursion_limit = "1024"]
Expand Down

0 comments on commit 687d4d3

Please sign in to comment.