mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 18:43:49 +08:00
xe: ir: remove dead code
This commit is contained in:
committed by
Andy Kassen
parent
8df1253973
commit
f1302e4804
@ -23,7 +23,6 @@
|
||||
|
||||
#include "common/utils.hpp"
|
||||
#include "gpu/intel/jit/ir/block_2d_utils.hpp"
|
||||
#include "gpu/intel/jit/ir/hw.hpp"
|
||||
#include "gpu/intel/jit/ir/message.hpp"
|
||||
#include "gpu/intel/jit/ir/reorder.hpp"
|
||||
#include "gpu/intel/jit/pass/simplify.hpp"
|
||||
@ -1364,7 +1363,6 @@ public:
|
||||
|
||||
private:
|
||||
dim_t get_block_alignment_bytes(size_t inner_idx) const {
|
||||
if (inner_idx < 0) return 1;
|
||||
// Get base address.
|
||||
const auto &tlayout = view().tlayout();
|
||||
const auto &type = vlayout().type();
|
||||
|
Reference in New Issue
Block a user