Add support for extended launch syntax. (#1530)

* Add support for extended launch syntax.

* Add unit test.

* Fix typo

* hipExtLaunchKernelGGL lives in hip_ext.h

Change-Id: Ice32dab0d43475fda65c6a910c11416871a8f2ff

* [dtest] remove redundant include from hipModuleGetGlobal dtest
This commit is contained in:
Alex Voicu
2019-11-17 07:24:07 +01:00
committed by Rahul Garg
vanhempi 4d0a234183
commit 355d0bdf95
5 muutettua tiedostoa jossa 119 lisäystä ja 6 poistoa
@@ -32,7 +32,6 @@ THE SOFTWARE.
#include <iostream>
#include <fstream>
#include <vector>
#include <hip/hip_ext.h>
#define LEN 64
#define SIZE LEN * sizeof(float)