mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Missing new test.
This commit is contained in:

committed by
Nicolas Patry

parent
7ec345c2eb
commit
8d6c6de8e0
@ -1123,6 +1123,7 @@ test_device!(
|
||||
);
|
||||
test_device!(randn, randn_cpu, randn_gpu, randn_metal);
|
||||
test_device!(clamp, clamp_cpu, clamp_gpu, clamp_metal);
|
||||
test_device!(var, var_cpu, var_gpu, var_metal);
|
||||
|
||||
// There was originally a bug on the CPU implementation for randn
|
||||
// https://github.com/huggingface/candle/issues/381
|
||||
|
Reference in New Issue
Block a user