taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.34k stars 2.27k forks source link

[AOT] Device capability management for AOT (Tracker) #5979

Open PENGUINLIONG opened 1 year ago

PENGUINLIONG commented 1 year ago

This issue tracks the implementation of the device capability management mechanism to allow the users to compile AOT modules based on their intended deployment environment.

PENGUINLIONG commented 1 year ago

5976 temporarily allowed Vulkan extensions to be enabled as fully as possible to tolerate extension usage. This hack should be removed as soon as the mechanism is ready.