Skip to content

Commit 9f4f3d5

Browse files
kealan-barbierikarturov
authored andcommitted
gpu: jit: ir: cleanup unused variable
1 parent 21a8cae commit 9f4f3d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gpu/jit/ir/blocking.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2023 Intel Corporation
2+
* Copyright 2023-2024 Intel Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -318,7 +318,6 @@ void params_generator_t::append_params(std::vector<blocking_params_t> &vec,
318318
const std::vector<level_tile_set_t> &level_tile_sets,
319319
blocking_checker_t &chk, int tune_level, int simd_size) {
320320
blocking_generator_t bg(simd_size, chk, level_tile_sets);
321-
auto blockings = bg.blockings();
322321
for (auto &b : bg.blockings()) {
323322
vec.emplace_back(b);
324323
if (tune_level > 0) vec.emplace_back(b, /* bufs_hint = */ 0);

0 commit comments

Comments
 (0)