candle/candle-core/tests
Laurent Mazare 0eb90ed783
Simpler repro for the neon optimization issue + bugfix (#1544)
* Simpler repro for the neon optimization issue.

* Bugfix for q4k.

* Improve the fix, share the dot-prod bit.

* Clippy fixes.

* Fix for q6k.

* Also fix for q2k.

* Use the new shared dotprod.

* Add more testing.
2024-01-07 20:21:49 +01:00
..
conv_tests.rs Adding the test scaffolding. 2023-11-20 14:38:35 +01:00
custom_op_tests.rs Move the test-utils bits to a shared place. (#619) 2023-08-27 09:42:22 +01:00
display_tests.rs Rename the candle crate to candle-core (#301) 2023-08-02 08:20:22 +01:00
grad_tests.rs Upsample grad (#1420) 2023-12-10 08:43:24 +01:00
indexing_tests.rs Add a basic implementation for slice-assign. (#1377) 2023-11-26 17:31:22 +00:00
layout_tests.rs Adding the test scaffolding. 2023-11-20 14:38:35 +01:00
npy.py Fix the npy read function and add some testing. (#1080) 2023-10-12 15:25:05 +02:00
pool_tests.rs Adding the test scaffolding. 2023-11-20 14:38:35 +01:00
quantized_tests.rs Simpler repro for the neon optimization issue + bugfix (#1544) 2024-01-07 20:21:49 +01:00
serialization_tests.rs Fix the npy read function and add some testing. (#1080) 2023-10-12 15:25:05 +02:00
tensor_tests.rs Add a simple full method. (#1455) 2023-12-17 20:15:57 -05:00
test.npy Fix the npy read function and add some testing. (#1080) 2023-10-12 15:25:05 +02:00
test.npz Fix the npy read function and add some testing. (#1080) 2023-10-12 15:25:05 +02:00