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": {