Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed Nov 25, 2024
1 parent c5d66f1 commit a3b91d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gpu/nvidia/cudnn_matmul_executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,14 @@ struct cudnn_matmul_lt_exec_t final : public cudnn_matmul_lt_base_exec_t {
::sycl::access::mode::read_write>();
auto arg_block_a_scratch = params->weight_size_ != 0
? CTX_SCRATCH_SYCL_MEMORY(
memory_tracking::names::key_gemm_blocked_a)
memory_tracking::names::key_gemm_blocked_a)
: xpu::sycl::interop_memory_arg_t<
::sycl::access::mode::read_write>();
::sycl::access::mode::read_write>();
auto arg_block_b_scratch = params->source_size_ != 0
? CTX_SCRATCH_SYCL_MEMORY(
memory_tracking::names::key_gemm_blocked_b)
memory_tracking::names::key_gemm_blocked_b)
: xpu::sycl::interop_memory_arg_t<
::sycl::access::mode::read_write>();
::sycl::access::mode::read_write>();
auto arg_block_c_scratch = params->dest_size_ != 0
? CTX_SCRATCH_SYCL_MEMORY(
memory_tracking::names::key_matmul_lt_block_c)
Expand Down

0 comments on commit a3b91d6

Please sign in to comment.