Skip to content

Commit ee92c5a

Browse files
committed
reviewer feedback
Signed-off-by: Chris Perkins <[email protected]>
1 parent 99e5aa5 commit ee92c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/kernel_compiler/kernel_compiler_opencl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spirv_vec_t OpenCLC_to_SPIRV(const std::string &Source,
2424
const std::vector<uint32_t> &IPVersionVec,
2525
const std::vector<std::string> &UserArgs,
2626
std::string *LogPtr);
27-
27+
// IPVersionVec gets flattened and passed to ocloc as the -dev flag.
2828
bool OpenCLC_Compilation_Available(const std::vector<uint32_t> &IPVersionVec);
2929

3030
bool OpenCLC_Feature_Available(const std::string &Feature, uint32_t IPVersion);

0 commit comments

Comments
 (0)