P4 to Git Change 1200677 by mbareghe@mbareghe_stg_win30 on 2015/10/16 10:11:30

SWDEV-78915 - SYCL - segfault building SPIR binary where the kernel name exceeds 255 characters - changed kernel/arg name type from char[] to string to avoid the 256 character limitation.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#304 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#122 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#211 edit


[ROCm/clr commit: fab877c56d]
This commit is contained in:
foreman
2015-10-16 10:20:54 -04:00
parent 2ca4a95672
commit df9060dc93
3 changed files with 6 additions and 8 deletions
@@ -75,7 +75,7 @@ bool expect(
bool getword(
const std::string& str, //!< The original std::string
size_t* pos, //!< Position to start
char* sym //!< Returned word
std::string& sym //!< Returned word
);
/*! \brief Helper function for the std::string processing.