Skip to content

Commit a5e20fc

Browse files
authored
Merge pull request #544 from gongchensu/feature/add_gemm_python_api
remove gemm python interface.
2 parents 0e01211 + 2119e62 commit a5e20fc

4 files changed

Lines changed: 0 additions & 189 deletions

File tree

python/infinicore/ops/gemm.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/infinicore/pybind11/ops.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "ops/add.hpp"
66
#include "ops/attention.hpp"
77
#include "ops/causal_softmax.hpp"
8-
#include "ops/gemm.hpp"
98
#include "ops/matmul.hpp"
109
#include "ops/rearrange.hpp"
1110
#include "ops/rms_norm.hpp"
@@ -20,7 +19,6 @@ inline void bind(py::module &m) {
2019
bind_add(m);
2120
bind_attention(m);
2221
bind_causal_softmax(m);
23-
bind_gemm(m);
2422
bind_matmul(m);
2523
bind_rearrange(m);
2624
bind_rms_norm(m);

src/infinicore/pybind11/ops/gemm.hpp

Lines changed: 0 additions & 30 deletions
This file was deleted.

test/infinicore/ops/gemm.py

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)