From 64110b12c04f46c7f092417bfdbce9b87af56c62 Mon Sep 17 00:00:00 2001 From: Cuiqing Li Date: Thu, 24 Aug 2023 16:43:39 +0800 Subject: [PATCH] combine codes (#4509) --- .../{test_kernels => test_infer_ops}/triton/test_token_attn_1.py | 0 .../{test_kernels => test_infer_ops}/triton/test_token_attn_2.py | 0 .../triton/test_token_attn_fwd.py | 0 .../{test_kernels => test_infer_ops}/triton/test_token_softmax.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_kernels => test_infer_ops}/triton/test_token_attn_1.py (100%) rename tests/{test_kernels => test_infer_ops}/triton/test_token_attn_2.py (100%) rename tests/{test_kernels => test_infer_ops}/triton/test_token_attn_fwd.py (100%) rename tests/{test_kernels => test_infer_ops}/triton/test_token_softmax.py (100%) diff --git a/tests/test_kernels/triton/test_token_attn_1.py b/tests/test_infer_ops/triton/test_token_attn_1.py similarity index 100% rename from tests/test_kernels/triton/test_token_attn_1.py rename to tests/test_infer_ops/triton/test_token_attn_1.py diff --git a/tests/test_kernels/triton/test_token_attn_2.py b/tests/test_infer_ops/triton/test_token_attn_2.py similarity index 100% rename from tests/test_kernels/triton/test_token_attn_2.py rename to tests/test_infer_ops/triton/test_token_attn_2.py diff --git a/tests/test_kernels/triton/test_token_attn_fwd.py b/tests/test_infer_ops/triton/test_token_attn_fwd.py similarity index 100% rename from tests/test_kernels/triton/test_token_attn_fwd.py rename to tests/test_infer_ops/triton/test_token_attn_fwd.py diff --git a/tests/test_kernels/triton/test_token_softmax.py b/tests/test_infer_ops/triton/test_token_softmax.py similarity index 100% rename from tests/test_kernels/triton/test_token_softmax.py rename to tests/test_infer_ops/triton/test_token_softmax.py