================
@@ -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'm sorry for the accidental deletions. I have restored 
clang/test/CodeGenCUDA/Inputs/cuda.h to its original state from the main 
branch. My test now uses the standard mock header.

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