From 8e144e7559feb70a62b99f49b2c8fb2a8230b46b Mon Sep 17 00:00:00 2001 From: "cuiqing.li" Date: Thu, 24 Aug 2023 16:40:28 +0800 Subject: [PATCH] combine codes --- .../{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