EXSWHTEC-94 - Implement helper classes and functions for memory tests (#2978)

- Implement helper classes and functions for memory tests
- Remove c++14 standard constraint on memory tests
- Remove GenerateLinearAllocationFlagCombinations until finished
This commit is contained in:
music-dino
2022-10-12 05:00:51 +02:00
committed by GitHub
parent a0dfc6a2c8
commit 5219f5707f
3 changed files with 228 additions and 2 deletions
+1 -2
View File
@@ -183,5 +183,4 @@ endif()
hip_add_exe_to_target(NAME MemoryTest
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME build_tests
COMPILE_OPTIONS -std=c++14)
TEST_TARGET_NAME build_tests)