mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-01-08 10:27: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": {
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user