Skip to content

Commit

Permalink
[NFC] Change xetla_kernel import style (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmyachev authored Sep 11, 2024
1 parent 270c13a commit 3102cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import triton.language as tl

import triton_kernels_benchmark
from triton_kernels_benchmark import xetla_kernel # pylint: disable=no-name-in-module
import xetla_kernel

benchmark_suit = triton_kernels_benchmark # triton.testing

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/triton_kernels_benchmark/fused_softmax.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from triton.runtime import driver

import triton_kernels_benchmark
from triton_kernels_benchmark import xetla_kernel # pylint: disable=no-name-in-module
import xetla_kernel

benchmark_suit = triton_kernels_benchmark # triton.testing

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/triton_kernels_benchmark/gemm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import triton.language as tl

import triton_kernels_benchmark as benchmark_suit
from triton_kernels_benchmark import xetla_kernel # pylint: disable=no-name-in-module
import xetla_kernel


@triton.autotune(
Expand Down

0 comments on commit 3102cf5

Please sign in to comment.