"requires cl_khr_fp64 extension to be enabled"
Closed this issue · 6 comments
PhilipDeegan commented
nhaustov commented
The files are compiled with -cl-std=CL2.0 and explicitly enabling cl_khr_fp64 extension should not be necessary. Some recent change in clang must have broken this.
kzhuravl commented
I will merge a fix in a bit.
kzhuravl commented
Hi @dekken and @adityaatluri,
Can you rebuild clang with this merge included:
ROCm/clang#26
And try to build device libs again?
Thanks,
Konstantin
aditya4d commented
Hi @kzhuravl ,
Works fine. Building HCC 4.0 now, will let you know if anything breaks there (components from rocdl).
Update: Worked!
PhilipDeegan commented
Fixed on my end too