From 9d703d090b5b56f9226477735a6515ffc528ba5e Mon Sep 17 00:00:00 2001 From: Shawn Zeng Date: Wed, 20 Aug 2025 15:53:31 +0800 Subject: [PATCH] Bug 5456523: Cross compile and execution for 7_libNVVM on Tegra Linux Platforms --- test_args.json | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/test_args.json b/test_args.json index ec5fd0c3..b8343170 100644 --- a/test_args.json +++ b/test_args.json @@ -8,9 +8,37 @@ ] }, "ptxgen": { - "args": [ - "test.ll", - "-arch=compute_75" + "runs": [ + { + "args": [ + "test.ll" + ], + "description": "ptxgen test" + }, + { + "args": [ + "../cuda-shared-memory/shared_memory.ll" + ], + "description": "cuda-shared-memory shared_memory test" + }, + { + "args": [ + "../cuda-shared-memory/extern_shared_memory.ll" + ], + "description": "cuda-shared-memory extern_shared_memory test" + }, + { + "args": [ + "../syscalls/malloc-free.ll" + ], + "description": "syscalls malloc-free test" + }, + { + "args": [ + "../syscalls/vprintf.ll" + ], + "description": "syscalls vprintf test" + } ] }, "volumeRender": {