Skip to content

Commit d689c16

Browse files
committed
enable test
Signed-off-by: Yaoyao Ding <[email protected]>
1 parent e9ab72c commit d689c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lang/demo_thread_group.py renamed to tests/lang/test_thread_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __call__(self, n: int32, x_ptr: ~float16, y_ptr: ~float16):
3838
self.sync()
3939

4040

41-
def demo_thread_group():
41+
def test_thread_group():
4242
n = 1024
4343
x = torch.randn(n, dtype=torch.float16)
4444
y = torch.zeros(n, dtype=torch.float16)
@@ -52,4 +52,4 @@ def demo_thread_group():
5252

5353

5454
if __name__ == "__main__":
55-
demo_thread_group()
55+
test_thread_group()

0 commit comments

Comments
 (0)