Also run the backprop tests on cuda.

This commit is contained in:
laurent
2023-06-28 08:15:03 +01:00
parent a457020d50
commit 395c84e80a
3 changed files with 10 additions and 8 deletions

View File

@ -1,3 +1,4 @@
#![allow(dead_code)]
use candle::{Result, Tensor};
#[macro_export]