SWDEV-266829 - Enable more NV DTests

Enable NV DTests as many as possible.

Change-Id: I3fe6dba35a7a140a9a19df197b7885df83d28044


[ROCm/hip commit: 4b5468e8e6]
This commit is contained in:
Tao Sang
2021-07-09 17:32:06 -04:00
committato da Tao Sang
parent f985ba8b26
commit d33b577c95
7 ha cambiato i file con 8 aggiunte e 9 eliminazioni
@@ -21,7 +21,7 @@
#include <vector>
/* HIT_START
* BUILD: %t %s ../../test_common.cpp
* TEST: %t
* TEST: %t EXCLUDE_HIP_PLATFORM nvidia
* HIT_END
*/
#define THREADS_PER_BLOCK 512
@@ -237,4 +237,4 @@ int main(int argc, char** argv) {
failed("Failed during hip Graphs during stream capture\n");
}
passed();
}
}