Skip to content

Commit

Permalink
try removing nonline to see if cuda illegal instructions stop
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed May 29, 2024
1 parent a7ddacb commit 095bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Cuda/Kokkos_Cuda_abort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extern "C" {
namespace Kokkos {
namespace Impl {

[[noreturn]] __device__ __noinline__ static void cuda_abort(
[[noreturn]] __device__ static void cuda_abort(
const char *const message) {
const char empty[] = "";

Expand Down

0 comments on commit 095bbd6

Please sign in to comment.