SWDEV-240806 - Fix Windows build
Fixes error "All control paths should return a value". Change-Id: I4718688b55b24862465e15ea0d64b32fa44b3299
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
ffbf368f4c
Коммит
de53cd1903
@@ -925,7 +925,7 @@ class NDRangeKernelCommand : public Command {
|
||||
uint32_t sharedMemBytes() const { return sharedMemBytes_; }
|
||||
|
||||
//! updates shared memory size
|
||||
uint32_t setSharedMemBytes(uint32_t sharedMemBytes) { sharedMemBytes_ = sharedMemBytes; }
|
||||
void setSharedMemBytes(uint32_t sharedMemBytes) { sharedMemBytes_ = sharedMemBytes; }
|
||||
|
||||
//! Return the cooperative groups mode
|
||||
bool cooperativeGroups() const { return (extraParam_ & CooperativeGroups) ? true : false; }
|
||||
|
||||
Ссылка в новой задаче
Block a user