muzhailong

Results 2 issues of muzhailong

I use the following spirv code, then I use spirv-tools library to compile the source code into binary by `core.Assemble(new_code, &binary)`. Creating L0 Module is ok, I use `zeModuleGetKernelNames` to...

Now! amd opencl support subgroup? ``` gentype sub_group_broadcast( gentype value, uint index ) gentype sub_group_reduce_add( gentype value ) gentype sub_group_reduce_min( gentype value ) gentype sub_group_reduce_max( gentype value ) gentype sub_group_scan_inclusive_add(...