You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 get all kernle names, but the func return 0, don't find kernle name. why?
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 usezeModuleGetKernelNames
to get all kernle names, but the func return 0, don't find kernle name. why?The c++ code is:
The text was updated successfully, but these errors were encountered: