Syed Faaiz

Results 11 comments of Syed Faaiz

@rjodinchr I think you are right either we should make a file under /etc/something for system specific configs perhaps? and check the current directory as well. Maybe we can populate...

Definitely an issue with clspv. leaving the kernel options here ``` -cl-single-precision-constant -cl-kernel-arg-info -rounding-mode-rte=16,32,64 -int8=0 -std430-ubo-layout -decorate-nonuniform -hack-convert-to-float -arch=spir --use-native-builtins=ceil,copysign,fabs,fdim,floor,fmax,fmin,half_cos,half_exp,half_exp10,half_exp2,half_rsqrt,half_sin,half_sqrt,half_tan,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=256 -max-ubo-size=65536 -global-offset -long-vector -module-constants-in-storage-buffer -cl-arm-non-uniform-work-group-size -enable-printf -printf-buffer-size=1048576 ```

Hey Kevin can you please check off point 3? I will start working on other parts now.

Next step is to add some unit tests

current status 3 sub-subtests are still failing. One which is due to some issue with printf itself. I.e. in strings subtest there is a subtest ``` printf(%%foo%%) ``` is printing...

@kpet to get this PR working correctly we need to update clspv with the fixes landed by David