Initial commit: cuGenOpt GPU optimization solver

This commit is contained in:
L-yang-yang 2026-03-20 00:33:45 +08:00
commit fc5a0ff4af
117 changed files with 25545 additions and 0 deletions

3
python/MANIFEST.in Normal file
View file

@ -0,0 +1,3 @@
include README.md
include pyproject.toml
recursive-include cugenopt *.py *.cu *.cuh