P4 to Git Change 1977252 by vsytchen@vsytchen-remote-ocl-win10 on 2019/08/01 16:47:20
SWDEV-197026 - GpuToGpuCL_VS2015 test terminates upon launching 1. Since amd::buffer inherits from amd::memory, make sure that the methods it overwrites have the same signature as it's parent's. ReviewBoardURL = http://ocltc.amd.com/reviews/r/17769/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#138 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#111 edit
This commit is contained in:
@@ -357,7 +357,8 @@ class Buffer : public Memory {
|
||||
|
||||
bool create(void* initFrom = NULL, //!< Pointer to the initialization data
|
||||
bool sysMemAlloc = false, //!< Allocate device memory in system memory
|
||||
bool skipAlloc = false //!< Skip device memory allocation
|
||||
bool skipAlloc = false, //!< Skip device memory allocation
|
||||
bool forceAlloc = false //!< Force device memory allocation
|
||||
);
|
||||
|
||||
//! static_cast to Buffer with sanity check
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user