Skip to content

Commit

Permalink
nit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkusiak97 committed Jan 8, 2024
1 parent e716c9d commit 0bf4b6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sycl/test-e2e/Matrix/runtime_query_tensorcores.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: cuda
// RUN: %{build} -Xsycl-target-backend --cuda-gpu-arch=sm_70 -o %t.out
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

#include <sycl/sycl.hpp>
Expand Down Expand Up @@ -99,6 +99,8 @@ int main() {
} else if (ComputeCapability >= 7.0) {
std::move(sm_70_combinations.begin(), sm_70_combinations.end(),
std::back_inserter(expected_combinations));
} else {
return 0;
}

std::vector<combination> actual_combinations =
Expand Down

0 comments on commit 0bf4b6f

Please sign in to comment.