We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling the attached file with the following command line
clspv source_94575314086624.bc -cl-single-precision-constant -cl-kernel-arg-info -rounding-mode-rte=16,32 -fp64=0 -rewrite-packed-structs -std430-ubo-layout -decorate-nonuniform -hack-mul-extended -hack-convert-to-float -arch=spir --use-native-builtins=ceil,copysign,exp2,fabs,floor,fma,fmax,fmin,half_exp,half_exp10,half_exp2,half_log,half_log10,half_log2,half_powr,half_rsqrt,half_sqrt,isequal,isfinite,isgreater,isgreaterequal,isinf,isless,islessequal,islessgreater,isnan,isnormal,isnotequal,isordered,isunordered,mad,rint,round,rsqrt,signbit,sqrt,trunc, -spv-version=1.6 -max-pushconstant-size=128 -max-ubo-size=1073741824 -global-offset -long-vector -module-constants-in-storage-buffer -cl-arm-non-uniform-work-group-size -enable-printf -printf-buffer-size=1048576 -x ir -o compiled.spv
results in the following unreachable being hit:
; Function Attrs: mustprogress nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.bswap.i32(i32) #5 Unsupported llvm intrinsic UNREACHABLE executed at /path/to/clvk/external/clspv/lib/SPIRVProducerPass.cpp:2351!
source_94575314086624.zip
The text was updated successfully, but these errors were encountered:
add bswap support in ReplaceLLVMIntrinsics
a07462c
Fix google#1195
Also need #1199 and #1200 to be fixed
Sorry, something went wrong.
a1e4dbc
add bswap support in ReplaceLLVMIntrinsics (#1198)
c167866
Fix #1195
rjodinchr
Successfully merging a pull request may close this issue.
Compiling the attached file with the following command line
results in the following unreachable being hit:
source_94575314086624.zip
The text was updated successfully, but these errors were encountered: