Skip to content

Commit

Permalink
use with_executor in remaining functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya2698 committed Dec 9, 2024
1 parent 0e9924b commit 4da1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/python/test_transpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: BSD-3-Clause
import pytest
from nvfuser import FusionDefinition, DataType
from nvfuser.pytorch_utils import torch_dtype_to_nvfuser_dtype
from nvfuser.pytorch_utils import torch_dtype_to_nvfuser_dtype, with_executor
from .core import run_benchmark, clear_dynamo_cache
import torch
from .global_params import (
Expand Down

0 comments on commit 4da1966

Please sign in to comment.