diff --git a/crates/xtrain-optim/Cargo.toml b/crates/xtrain-optim/Cargo.toml index d2aff25..658a121 100644 --- a/crates/xtrain-optim/Cargo.toml +++ b/crates/xtrain-optim/Cargo.toml @@ -6,7 +6,5 @@ edition.workspace = true [dependencies] xtrain-tensor = { path = "../xtrain-tensor" } xtrain-autodiff = { path = "../xtrain-autodiff" } - -[dev-dependencies] -# Acceptance tests drive the GPU (device selection) directly. +# GPU AdamW (Phase T7) launches kernels + syncs the device directly. xtrain-cuda = { path = "../xtrain-cuda" }