mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-01-09 20:07:49 +08:00
Bug 5456523: Cross compile and execution for 7_libNVVM on Tegra Linux Platforms
This commit is contained in:
parent
cbc075ef59
commit
9d703d090b
@ -8,9 +8,37 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ptxgen": {
|
"ptxgen": {
|
||||||
|
"runs": [
|
||||||
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"test.ll",
|
"test.ll"
|
||||||
"-arch=compute_75"
|
],
|
||||||
|
"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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user