P4 to Git Change 1256676 by gandryey@gera-w8 on 2016/04/11 17:55:39
SWDEV-86035 - Add PAL backend to OpenCL - Increment PAL interface version Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/Makefile#3 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#2 edit
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -1476,7 +1476,7 @@ Resource::gpuMemoryMap(size_t* pitch, uint flags, Pal::IGpuMemory* resource) con
|
||||
void
|
||||
Resource::gpuMemoryUnmap(Pal::IGpuMemory* resource) const
|
||||
{
|
||||
if (desc_.cardMemory_) {
|
||||
if (desc_.cardMemory_ && !isPersistentDirectMap()) {
|
||||
// @todo remove const cast
|
||||
Unimplemented();
|
||||
// const_cast<Device&>(dev()).resUnmapLocal(resource);
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user