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
On Taichi AOT, due to the chicken-and-egg problem, users will have to manually specify instance/device extensions to be enabled when creating Vulkan runtime, and kernels will be loaded afterwards.
With Taichi JIT, since both code generation and runtime are involved, we may want to enable the following features:
Users may customize ON/OFF for certain extensions: this will influence both code-gen logic and runtime.
spirv-codegen should be able to cache a list of required extensions, to be verified during runtime.
The text was updated successfully, but these errors were encountered:
On Taichi AOT, due to the chicken-and-egg problem, users will have to manually specify
instance/device extensions
to be enabled when creating Vulkan runtime, and kernels will be loaded afterwards.With Taichi JIT, since both code generation and runtime are involved, we may want to enable the following features:
The text was updated successfully, but these errors were encountered: