Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiweiswift committed Aug 1, 2024
1 parent 5b81070 commit e928639
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/subgroup/tile/impl/load_xe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,7 @@ tile_load(tile_t& tile, payload_t& payload) {
load_elems,
payload_t::vector_size,
L1,
L2>(
payload.base_ptr,
payload.channel_offset + payload.base_offset + address_offset,
mask);
L2>(payload.base_ptr, channel_offset + address_offset, mask);

if constexpr (
payload_t::vector_size > 1 && payload_t::num_channel > 1) {
Expand Down

0 comments on commit e928639

Please sign in to comment.