Fix build errors for PAL and GSL
The last commit to replace the cl_* types with standard types failed to correct issues introduced in the PAL and GPU backend. Change-Id: I926997234dfbe346fc165a7bc4e1b8aabab7bac5
This commit is contained in:
committed by
Laurent Morichetti
orang tua
a965c1eb0e
melakukan
b81816f482
@@ -351,7 +351,7 @@ void NullDevice::fillDeviceInfo(const CALdeviceattribs& calAttr, const gslMemInf
|
||||
info_.vramBusBitWidth_ = calAttr.memBusWidth;
|
||||
info_.l2CacheSize_ = 0;
|
||||
info_.maxParameterSize_ = 1024;
|
||||
info_.minDataTypeAlignSize_ = sizeof(int64_t16);
|
||||
info_.minDataTypeAlignSize_ = sizeof(int64_t[16]);
|
||||
info_.singleFPConfig_ =
|
||||
CL_FP_ROUND_TO_NEAREST | CL_FP_ROUND_TO_ZERO | CL_FP_ROUND_TO_INF | CL_FP_INF_NAN | CL_FP_FMA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user