Merge pull request #10 from tuna2134/dynamic

dynamic loadingをサポート
This commit is contained in:
コマリン親衛隊
2024-09-11 12:24:32 +09:00
committed by GitHub
4 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ tokio = { version = "1.40.0", features = ["full"] }
[features]
cuda = ["sbv2_core/cuda"]
cuda_tf32 = ["sbv2_core/cuda_tf32"]
cuda_tf32 = ["sbv2_core/cuda_tf32"]
dynamic = ["sbv2_core/dynamic"]