Haonan Yang
Haonan Yang
Signed-off-by: haonanya
Implement binary_function and unary_function from for oneDPL Signed-off-by: haonanya
Signed-off-by: Haonan Yang
I am copying https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/404 to LuxMark repo. Luxmark crashed on std::stringstream destructor https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/llvm_release_110/lib/SPIRV/OCLToSPIRV.cpp#LL321C7-L323C24). The std::stringstream usage is right, it failed with "vload3" string process but passed with "vload2". Dumped LLVM...
The change https://github.com/KhronosGroup/OpenCL-CTS/blob/main/test_conformance/conversions/basic_test_conversions.cpp#L1543 is from https://github.com/KhronosGroup/OpenCL-CTS/commit/b6941b6c61137b95bfe652ec1c0294f6f17be361. Without the commit cl-denorms-are-zero is not added for char_rtn_float test. With the commit for char_rtn_float test gForceFTZ is false and gForceHalfFTZ is true and...
ocl-icd-src/loader/icd.c:329:23: error: cast from 'const struct _cl_icd_dispatch *' to 'void **' drops const qualifier [-Werror,-Wcast-qual] 329 | ((void **)layerDispatch)[i] ? ocl-icd-src/loader/linux/icd_linux.c:132:39 ocl-icd-src/loader/icd_dispatch.c::44 opencl-icd-loader fail with -Werror,-Wcast-qual. tag @bashbaug, @Kerilk Drafted...