Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions benchmarks/python/test_adaptive_layernorm_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# SPDX-License-Identifier: BSD-3-Clause
import pytest
from nvfuser import FusionDefinition, DataType
from nvfuser.pytorch_utils import clear_cuda_cache
from .core import run_benchmark
import torch

Expand Down Expand Up @@ -73,8 +72,6 @@ def test_adaptive_layernorm_fwd_benchmark(
disable_validation: bool,
disable_benchmarking: bool,
):
clear_cuda_cache()

B = 1
T = 30 * 1024
D = 1024
Expand Down