This commit is contained in:
2024-11-27 11:07:20 +08:00
commit a8abb92b84
16 changed files with 466 additions and 0 deletions

6
constant/__init__.py Normal file
View File

@ -0,0 +1,6 @@
SUPPORT_FEATURE = (
'simple_render_algo',
'gpu_accelerate',
'intel_gpu_accelerate',
)
SOFTWARE_VERSION = '0.0.1'