Excluding vdi platform for now from the following tests so we can build

Change-Id: I651255c2515a62c8bdfdd17a3ac85c3d66a5761b
This commit is contained in:
Payam
2020-02-06 18:34:02 -05:00
parent d569132d39
commit e4e8c4b74b
22 changed files with 28 additions and 27 deletions
@@ -18,8 +18,8 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD_CMD: matmul.code %hc --genco %S/matmul.cpp -o matmul.code EXCLUDE_HIP_PLATFORM nvcc
* BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc
* BUILD_CMD: matmul.code %hc --genco %S/matmul.cpp -o matmul.code EXCLUDE_HIP_PLATFORM nvcc vdi
* BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc vdi
* TEST: %t
* HIT_END
*/