Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cperkinsintel committed Jul 10, 2024
1 parent 45a5179 commit 0449fbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/test-e2e/KernelCompiler/sycl_device_flags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
// RUN: env IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 NEO_CACHE_PERSISTENT=0 %{run} %t.out
// RUN: grep -ze-exp-register-file-size=256 %t.dump/OCL_asmaf99e2d4667ef6d3_options.txt

// clang-format off
/*
clang++ -fsycl -o sdf.bin sycl_device_flags.cpp
IGC_ShaderDumpEnable=1 IGC_DumpToCustomDir=./dump NEO_CACHE_PERSISTENT=0
./sdf.bin grep -ze-exp-register-file-size=256
./dump/OCL_asmaf99e2d4667ef6d3_options.txt
IGC_ShaderDumpEnable=1 IGC_DumpToCustomDir=./dump NEO_CACHE_PERSISTENT=0 ./sdf.bin
grep -ze-exp-register-file-size=256 ./dump/OCL_asmaf99e2d4667ef6d3_options.txt
Note: there are files named xxx_options.txt and xxx_internal_options.txt in
the IGC dump directory. The file with "internal_options.txt" is NOT the
correct file.
the IGC dump directory. The file with "internal_options.txt" is NOT the
correct file.
*/
// clang-format on

#include <sycl/detail/core.hpp>
#include <sycl/usm.hpp>
Expand Down

0 comments on commit 0449fbe

Please sign in to comment.