Bug 5456523: Cross compile and execution for 7_libNVVM on Tegra Linux Platforms

This commit is contained in:
Shawn Zeng 2025-08-20 15:53:31 +08:00 committed by shawnz
parent cbc075ef59
commit 9d703d090b

View File

@ -8,9 +8,37 @@
] ]
}, },
"ptxgen": { "ptxgen": {
"args": [ "runs": [
"test.ll", {
"-arch=compute_75" "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": { "volumeRender": {