Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 27, 2024
1 parent f60a362 commit b0d48fd
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 391 deletions.
4 changes: 2 additions & 2 deletions examples/TimingDialect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ add_custom_command(
-eliminate-empty-tensors
-empty-tensor-to-alloc-tensor
-one-shot-bufferize
--matmul-parallel-vectorization-optimize
-batchmatmul-optimize
#--matmul-parallel-vectorization-optimize
#-batchmatmul-optimize
-convert-linalg-to-affine-loops
-affine-loop-fusion
-affine-parallelize
Expand Down
1 change: 0 additions & 1 deletion examples/TimingDialect/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class TimingEvent {

class TimingManager {
public:
// 禁用拷贝构造和赋值
TimingManager(const TimingManager &) = delete;
TimingManager &operator=(const TimingManager &) = delete;

Expand Down
Loading

0 comments on commit b0d48fd

Please sign in to comment.