[TransferBench] Adding shared memory per threadblock env var. Defaulting to 1 threadblock per CU (#436)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2249a1d9d3
Коммит
269f07fbc3
@@ -1027,7 +1027,7 @@ void RunLink(EnvVars const& ev, size_t const N, int const iteration, Link& link)
|
||||
hipExtLaunchKernelGGL(ev.useMemset ? GpuMemsetKernel : GpuCopyKernel,
|
||||
dim3(link.numBlocksToUse, 1, 1),
|
||||
dim3(BLOCKSIZE, 1, 1),
|
||||
0, link.stream,
|
||||
ev.sharedMemBytes, link.stream,
|
||||
(ev.combineTiming && recordStart) ? link.startEvent : NULL,
|
||||
(ev.combineTiming && recordStop) ? link.stopEvent : NULL,
|
||||
0, link.blockParam);
|
||||
|
||||
Ссылка в новой задаче
Block a user