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
Этот коммит содержится в:
@@ -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!");
|
||||
|
||||
Ссылка в новой задаче
Block a user