OpenCL regression due to missing spirv function
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
intel-graphics-compiler (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I have OpenCL code that works with version 1.0.15468.
error: undefined reference to _Z37__spirv_
in function: '__spirv_
error: backend compiler failed build.
Downgrading the package version of libigc1 and libigdfcl1 to the prior version fixes the compilation failure. I've appended a small code example with the first kernel that fails to compile with the new version.
(Build command in the minimal reproducable example is slightly wrong, -lOpenCL needs to be at the end of the command)