hip_kernel_language.md: Document difference in arguments for binary code object

Change-Id: I96e347e8582cbd1dbc3776fbafcb9e61563538db


[ROCm/hip commit: dc5f2b9441]
Cette révision appartient à :
Maneesh Gupta
2016-09-04 21:39:28 +05:30
Parent 218f4f2c6e
révision 0d8a97005a
+1 -1
Voir le fichier
@@ -678,5 +678,5 @@ The file format for binary is `.co` which means Code Object. The following comma
[INPUT FILE] = Name of the file containing kernels
[OUTPUT FILE] = Name of the generated code object file```
Note that one important fact to remember when using binary code objects is that the number of arguments to the kernel are different on HCC and NVCC path. Refer to the sample in samples/0_Intro/module_api for differences in the arguments to be passed to the kernel.