P4 to Git Change 1312566 by lmoriche@lmoriche_opencl_dev on 2016/09/08 18:25:02

SWDEV-94610 - Make sure each kernarg segment sits on a different cache line (align the kernargs on cache lines at minimum). Minor misc cleanups.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#13 edit
Этот коммит содержится в:
foreman
2016-09-08 19:52:04 -04:00
родитель 8705eca425
Коммит 3a61b24dd5
5 изменённых файлов: 38 добавлений и 28 удалений
-5
Просмотреть файл
@@ -519,11 +519,6 @@ VirtualGPU::create(bool profilingEna)
}
device::BlitManager::Setup blitSetup;
#if defined(WITH_LIGHTNING_COMPILER)
// TODO: Wilkin - remove the setting of value_ after image kernels are available
blitSetup.value_ = 0x3724; // disable the image related BLIT kernels for now
#endif // defined(WITH_LIGHTNING_COMPILER)
blitMgr_ = new KernelBlitManager(*this, blitSetup);
if ((NULL == blitMgr_) || !blitMgr_->create(roc_device_)) {
LogError("Could not create BlitManager!");