From 34f4b3187ec0e30e439a89ff7211a74050bc2358 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Mon, 14 Aug 2023 10:34:42 +0100 Subject: Add a naive conv2d cuda kernel. (#438) * Add a naive conv2d cuda kernel. * Proper conv2d support on the rust side. * Conv1d testing on gpu. * Also use the test on gpus. * Fix the clean-ptx target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eba92821..cc0a0a36 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ clean-ptx: find target -name "*.ptx" -type f -delete echo "" > candle-kernels/src/lib.rs touch candle-kernels/build.rs + touch candle-examples/build.rs + touch candle-flash-attn/build.rs clean: cargo clean -- cgit v1.2.3