Skip to content

Commit

Permalink
Another fix for CUDA kernel (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertlee-amd authored Jan 9, 2024
1 parent 47480a5 commit ceeab46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/Kernels.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ __global__ void __launch_bounds__(BLOCKSIZE)
__threadfence_system();
p.stopCycle = GetTimestamp();
p.startCycle = startCycle;
#if !defined(__NVCC__)
p.xccId = xccId;
#endif
__trace_hwreg();
}
}
Expand Down

0 comments on commit ceeab46

Please sign in to comment.