Skip to content

Commit

Permalink
gpu: jit: ir: cleanup unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kealan-barbieri authored and karturov committed Mar 27, 2024
1 parent 21a8cae commit 9f4f3d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gpu/jit/ir/blocking.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright 2023 Intel Corporation
* Copyright 2023-2024 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -318,7 +318,6 @@ void params_generator_t::append_params(std::vector<blocking_params_t> &vec,
const std::vector<level_tile_set_t> &level_tile_sets,
blocking_checker_t &chk, int tune_level, int simd_size) {
blocking_generator_t bg(simd_size, chk, level_tile_sets);
auto blockings = bg.blockings();
for (auto &b : bg.blockings()) {
vec.emplace_back(b);
if (tune_level > 0) vec.emplace_back(b, /* bufs_hint = */ 0);
Expand Down

0 comments on commit 9f4f3d5

Please sign in to comment.