From 6dc3ee36803dd29c3717ace06e483fa3f5f804af Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 28 Oct 2024 15:46:25 -0400 Subject: [PATCH] Correct style issues found by CI --- include/rmm/detail/dynamic_load_runtime.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rmm/detail/dynamic_load_runtime.hpp b/include/rmm/detail/dynamic_load_runtime.hpp index 70b5a662e..837ab4133 100644 --- a/include/rmm/detail/dynamic_load_runtime.hpp +++ b/include/rmm/detail/dynamic_load_runtime.hpp @@ -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));