Remove deprecated message from hipLaunchModuleKernel
Change-Id: I87675453ae4363e3340a9d1491bb00543fa8c6e0
[ROCm/clr commit: f7ee14e637]
This commit is contained in:
@@ -1162,7 +1162,7 @@ hipError_t hipLaunchModuleKernel(hipFunction_t f,
|
||||
unsigned int sharedMemBytes,
|
||||
hipStream_t stream,
|
||||
void **kernelParams,
|
||||
void **extra) __attribute__((deprecated("kernelParams is not fully supported, use extra instead"))) ;
|
||||
void **extra) ;
|
||||
|
||||
// doxygen end Version Management
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user