Skip to content

Commit 91c60af

Browse files
committed
xe: jit: reorder: remove hf8 workarounds
1 parent 42aaded commit 91c60af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/gpu/intel/jit/codegen/reorder.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,6 @@ void emit_reorder_1d_tile(ngen::HW hw, GeneratorT *host,
284284
op_plan_t plan = grf_size;
285285
ngen_register_scope_t lex_scope {scope.register_allocator()};
286286

287-
// Workaround for hf8 size since its a placeholder type undefined in ngen.
288-
if (src_hf8) src_stride_bytes = src_stride;
289-
if (dst_hf8) dst_stride_bytes = dst_stride;
290-
291287
auto get_step = [&]() {
292288
int step = (width < 16 ? 8 : 16);
293289

0 commit comments

Comments
 (0)