Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya2698 committed Dec 10, 2024
1 parent 0a23556 commit fdf49b5
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 fdf49b5

Please sign in to comment.