Skip to content

Commit

Permalink
[Refactor] Replace tin_shift op of MLU backend with mlu-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
ClowDragon committed Aug 24, 2023
1 parent ca60ccb commit 8cef69d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 419 deletions.
307 changes: 0 additions & 307 deletions mmcv/ops/csrc/common/mlu/tin_shift_mlu_kernel.mlu

This file was deleted.

4 changes: 2 additions & 2 deletions mmcv/ops/csrc/pytorch/mlu/mlu_common_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include "pytorch_device_registry.hpp"

#define MLUOP_MAJOR 0
#define MLUOP_MINOR 7
#define MLUOP_PATCHLEVEL 1
#define MLUOP_MINOR 8
#define MLUOP_PATCHLEVEL 0

/*************************************************************************
* This MACRO contains operations of simple tensor to mlu-tensor.
Expand Down
Loading

0 comments on commit 8cef69d

Please sign in to comment.