perf: make xtrain-cuda a regular dep of xtrain-optim (GPU AdamW)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,5 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
xtrain-tensor = { path = "../xtrain-tensor" }
|
xtrain-tensor = { path = "../xtrain-tensor" }
|
||||||
xtrain-autodiff = { path = "../xtrain-autodiff" }
|
xtrain-autodiff = { path = "../xtrain-autodiff" }
|
||||||
|
# GPU AdamW (Phase T7) launches kernels + syncs the device directly.
|
||||||
[dev-dependencies]
|
|
||||||
# Acceptance tests drive the GPU (device selection) directly.
|
|
||||||
xtrain-cuda = { path = "../xtrain-cuda" }
|
xtrain-cuda = { path = "../xtrain-cuda" }
|
||||||
|
|||||||
Reference in New Issue
Block a user