mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-30 02:00:30 +08:00
Merge 7a085bba4c49346b5e30271c7e2ce2f7a5e83f5d into 11de19f00cd24e244d2f6869c64810d63aafb926
This commit is contained in:
commit
4dd90acbbd
@ -166,7 +166,7 @@ void runTest(int argc, char **argv) {
|
||||
|
||||
if (1) {
|
||||
// This is the new CUDA 4.0 API for Kernel Parameter passing and Kernel
|
||||
// Launching (simplier method)
|
||||
// Launching (simpler method)
|
||||
size_t Matrix_Width_A = (size_t)WA;
|
||||
size_t Matrix_Width_B = (size_t)WB;
|
||||
void *args[5] = {&d_C, &d_A, &d_B, &Matrix_Width_A, &Matrix_Width_B};
|
||||
|
Loading…
x
Reference in New Issue
Block a user