This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .version 6.4 | |
| .target sm_75 | |
| .address_size 64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .reg .u32 %r1, %r2; | |
| .reg .f32 %f1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .version 6.4 | |
| .target sm_75 | |
| .address_size 64 | |
| // Kernel function: vector addition | |
| .visible .entry vectorAdd( | |
| .param .u64 param0, // pointer to vector A | |
| .param .u64 param1, // pointer to vector B | |
| .param .u64 param2, // pointer to output vector C | |
| .param .u32 param3 // number of elements |
OlderNewer