================
@@ -72,182 +68,7 @@ extern "C" cudaError_t cudaLaunchKernel(const void *func, 
dim3 gridDim,
 extern "C" cudaError_t cudaLaunchKernel_ptsz(const void *func, dim3 gridDim,
                                         dim3 blockDim, void **args,
                                         size_t sharedMem, cudaStream_t stream);
-extern "C" __device__ cudaError_t cudaLaunchDevice(void *func,
-                                                   void *parameterBuffer,
-                                                   dim3 gridDim, dim3 blockDim,
-                                                   unsigned int sharedMem,
-                                                   cudaStream_t stream);
-extern "C" __device__ void *cudaGetParameterBuffer(size_t alignment,
-                                                   size_t size);
+
 #endif
 
 extern "C" __device__ int printf(const char*, ...);
-
----------------
16srivarshitha wrote:

I've removed the duplicate file at clang/test/CIR/CodeGen/CUDA/mangling.cu. The 
test now lives only in clang/test/CodeGenCUDA/ as requested.

https://github.com/llvm/llvm-project/pull/184444
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to