Only add hipExtLaunchMultiKernelMultiDevice for non-HCC compilers. (#1729)
Этот коммит содержится в:
@@ -2956,7 +2956,7 @@ hipError_t hipOccupancyMaxActiveBlocksPerMultiprocessor(
|
|||||||
hipError_t hipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(
|
hipError_t hipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(
|
||||||
uint32_t* numBlocks, hipFunction_t f, uint32_t blockSize, size_t dynSharedMemPerBlk, unsigned int flags);
|
uint32_t* numBlocks, hipFunction_t f, uint32_t blockSize, size_t dynSharedMemPerBlk, unsigned int flags);
|
||||||
|
|
||||||
#if __HIP_VDI__
|
#if __HIP_VDI__ && !defined(__HCC__)
|
||||||
/**
|
/**
|
||||||
* @brief Launches kernels on multiple devices and guarantees all specified kernels are dispatched
|
* @brief Launches kernels on multiple devices and guarantees all specified kernels are dispatched
|
||||||
* on respective streams before enqueuing any other work on the specified streams from any other threads
|
* on respective streams before enqueuing any other work on the specified streams from any other threads
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user