Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cuda implementation for ggml_conv_transpose_1d #854

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
removed use cuda hardcoding
  • Loading branch information
balisujohn committed Jun 13, 2024
commit 7eff0aba0d3dbe79c26e9b6fae864e178445a6f4
2 changes: 0 additions & 2 deletions tests/test-conv-transpose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include "ggml/ggml-alloc.h"
#include "ggml/ggml-backend.h"

#define GGML_USE_CUBLAS

#ifdef GGML_USE_CUBLAS
#include "ggml-cuda.h"
#endif
Expand Down