SWDEV-266829 - Enable more NV DTests
Enable NV DTests as many as possible. Change-Id: I3fe6dba35a7a140a9a19df197b7885df83d28044
Этот коммит содержится в:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,8 +39,8 @@ Testcase Scenarios :
|
||||
/* HIT_START
|
||||
* BUILD_CMD: %t %hc %S/%s %S/../../test_common.cpp -I%S/../../ -o %T/%t -ldl -std=c++11
|
||||
* TEST: %t --tests 1
|
||||
* TEST: %t --tests 2 EXCLUDE_HIP_PLATFORM nvidia
|
||||
* TEST: %t --tests 3 EXCLUDE_HIP_PLATFORM nvidia
|
||||
* TEST: %t --tests 2
|
||||
* TEST: %t --tests 3
|
||||
* HIT_END
|
||||
*/
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ THE SOFTWARE.
|
||||
* TEST_NAMED: %t hipMallocManaged2 --tests 2
|
||||
* TEST_NAMED: %t hipMallocManagedNegativeTests --tests 3
|
||||
* TEST_NAMED: %t hipMallocManagedMultiChunkSingleDevice --tests 4
|
||||
* TEST_NAMED: %t hipMallocManagedMultiChunkMultiDevice --tests 5 EXCLUDE_HIP_PLATFORM nvidia
|
||||
* TEST_NAMED: %t hipMallocManagedMultiChunkMultiDevice --tests 5
|
||||
* TEST_NAMED: %t hipMallocManagedOversubscription --tests 6 EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_RUNTIME rocclr
|
||||
* HIT_END
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||
/* HIT_START
|
||||
* BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11
|
||||
* TEST_NAMED: %t hipMemcpyAtoH_simple --tests 1
|
||||
* TEST_NAMED: %t hipMemcpyAtoH_DeviceContextChange --tests 3 EXCLUDE_HIP_PLATFORM nvidia
|
||||
* TEST_NAMED: %t hipMemcpyAtoH_DeviceContextChange --tests 3
|
||||
* TEST_NAMED: %t hipMemcpyAtoH_NegativeTests --tests 4
|
||||
* TEST_NAMED: %t hipMemcpyAtoH_PinnedHostMemory --tests 5
|
||||
* HIT_END
|
||||
|
||||
@@ -30,7 +30,7 @@ THE SOFTWARE.
|
||||
/* HIT_START
|
||||
* BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11
|
||||
* TEST_NAMED: %t hipMemcpyHtoA_simple --tests 1
|
||||
* TEST_NAMED: %t hipMemcpyHtoA_DeviceContextChange --tests 3 EXCLUDE_HIP_PLATFORM nvidia
|
||||
* TEST_NAMED: %t hipMemcpyHtoA_DeviceContextChange --tests 3
|
||||
* TEST_NAMED: %t hipMemcpyHtoA_NegativeTests --tests 4
|
||||
* TEST_NAMED: %t hipMemcpyHtoA_PinnedHostMemory --tests 5
|
||||
* HIT_END
|
||||
|
||||
@@ -21,7 +21,7 @@ THE SOFTWARE.
|
||||
* BUILD_CMD: vcpy_kernel.code %hc --genco %S/vcpy_kernel.cpp -o vcpy_kernel.code
|
||||
* BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11
|
||||
* TEST: %t --tests 0x1
|
||||
* TEST: %t --tests 0x2 EXCLUDE_HIP_PLATFORM nvidia
|
||||
* TEST: %t --tests 0x2
|
||||
* HIT_END
|
||||
*/
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@ THE SOFTWARE.
|
||||
#define LEN 64
|
||||
#define SIZE LEN << 2
|
||||
#define THREADS 8
|
||||
#define MAX_THREADS 512
|
||||
|
||||
#define FILENAME "vcpy_kernel.code"
|
||||
#define kernel_name "hello_world"
|
||||
|
||||
Ссылка в новой задаче
Block a user