Skip to content

Commit

Permalink
Fix import error (#3554)
Browse files Browse the repository at this point in the history
Fixes an import error in PR #3453.
  • Loading branch information
Priya2698 authored Dec 10, 2024
1 parent 875d765 commit 608868f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions benchmarks/python/test_transpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
import pytest
from nvfuser import FusionDefinition, DataType
from nvfuser.pytorch_utils import torch_dtype_to_nvfuser_dtype
from .core import run_benchmark, clear_dynamo_cache
from .core import run_benchmark, clear_dynamo_cache, with_executor
import torch
from .global_params import (
generate_input_sizes,
FLOAT_DTYPES,
PROMOTE_DTYPES,
with_executor,
)
from .global_params import generate_input_sizes, FLOAT_DTYPES, PROMOTE_DTYPES


def transpose_fusion(
Expand Down

0 comments on commit 608868f

Please sign in to comment.