Skip to content

Commit

Permalink
Correct style issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 28, 2024
1 parent 8099966 commit 6dc3ee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rmm/detail/dynamic_load_runtime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ struct dynamic_load_runtime {
* < CUDA 11.2 runtime as these functions are found at call time.
*/


extern "C" {
cudaError_t cudaMemPoolCreate(cudaMemPool_t*, const cudaMemPoolProps*) __attribute((weak));
cudaError_t cudaMemPoolSetAttribute(cudaMemPool_t, cudaMemPoolAttr, void*) __attribute((weak));
Expand Down

0 comments on commit 6dc3ee3

Please sign in to comment.