Add link to GGL document in hip_faq.md

Change-Id: I9f7f0200a06976d580be334c21640c816f812ebb


[ROCm/clr commit: 1fd2e281d0]
Этот коммит содержится в:
Sun, Peng
2017-03-20 15:50:10 -05:00
родитель 5c284999b2
Коммит 4dbdf4e7eb
+1 -1
Просмотреть файл
@@ -26,6 +26,7 @@
- [How do I trace HIP application flow?](#how-do-i-trace-hip-application-flow)
* [Using CodeXL markers for HIP Functions](#using-codexl-markers-for-hip-functions)
* [Using HIP_TRACE_API](#using-hip_trace_api)
- [How do I enable HIP Generic Grid Launch option?](#how-do-i-enable-hip-generic-grid-launch-option)
<!-- tocstop -->
@@ -235,7 +236,6 @@ Unlike CUDA, in HCC, for functions defined in the header files, the keyword of "
Thus, if failed to define "static" keyword, you might see a lot of "symbol multiply defined!" errors at compilation.
The workaround is to explicitly add the keyword of "static" before any functions that were defined as "__forceinline__".
### How do I enable HIP Generic Grid Launch option?
Generic Grid Launch(GGL) provide a second choice for kernel launch.
To enable it, either change the default value of GENERIC_GRID_LAUNCH to 1 in the following to header files and rebuild HIP: