mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 19:19:16 +08:00
19 lines
695 B
Plaintext
19 lines
695 B
Plaintext
Starting threadMigration
|
|
[ threadMigration ] API test...
|
|
> 1 CUDA device(s), 2 Thread(s)/device to launched
|
|
|
|
Device 0: "NVIDIA H100 PCIe" (Compute 9.0)
|
|
sharedMemPerBlock: 49152
|
|
constantMemory : 65536
|
|
regsPerBlock : 65536
|
|
clockRate : 1650000
|
|
|
|
> findModulePath found file at <./threadMigration_kernel64.fatbin>
|
|
> initCUDA loading module: <./threadMigration_kernel64.fatbin>
|
|
<CUDA Device=0, Context=0x564dc26bc230, Thread=0> - ThreadProc() Launched...
|
|
<CUDA Device=0, Context=0x564dc26bc230, Thread=1> - ThreadProc() Launched...
|
|
<CUDA Device=0, Context=0x564dc26bc230, Thread=1> - ThreadProc() Finished!
|
|
|
|
<CUDA Device=0, Context=0x564dc26bc230, Thread=0> - ThreadProc() Finished!
|
|
|