Make HIP_VDI the default

As this snippet shows, HCC is no longer supported by roctracer:

#if HIP_VDI
...
#else
#error HCC support dropped
#endif

Removed HIP_VDI from the CMakeLists.txt, and the source code.

Change-Id: Ib273da2a5af6d67fa1b021a7eca3ff785c8b9c73
This commit is contained in:
Laurent Morichetti
2021-04-15 19:37:29 -07:00
committed by Laurent Morichetti
parent faada3e569
commit 8fb3cdb30b
6 changed files with 4 additions and 32 deletions
-1
View File
@@ -1,3 +1,2 @@
BUILD_DIR=build
TO_CLEAN=yes
HIP_VDI=1