nives-vukovic
nives-vukovic
- Add simple test that waits for an event - Unit_hipStreamWaitEvent_Default - Add negative test when stream is uninitialized - Unit_hipStreamWaitEvent_WithUninitializedStream - Minor modification of Unit_hipStreamWaitEvent_DifferentStreams
- Implement negative test for hipStreamValue when stream is uninitialized - Add section for hipStreamWriteValue negative test when flag is invalid - Implement negative test for hipStreamSynchronize when stream is...
- Add hipEventSynchronize.cc file with positive unit tests: Simple recorded event synchronization and without event recording - Add newly created file into CMakeLists.txt
- Add testing for null stream in Unit_hipStreamQuery_WithNoWork - Add testing for null stream in Unit_hipStreamQuery_WithFinishedWork.
…ange - Add hipDeviceGetStreamPriorityRange.cc file with a test for simple device stream priority range check - Add newly created file into CMakeLists.txt
- Fix minor bug in helper test function in Unit_hipEvent.cc - Move negative test from Unit_hipEventElapsedTime_DifferentDevices to Unit_hipEventRecord_Negative - Add Unit_hipEventElapsedTime_NotReady_Negative test when function is called on event that has...
- Add hipEventCreate.cc file with a simple positive unit test - Add newly created file into CMakeLists.txt
- Fix bug in calculation of normal priority in Unit_hipStreamGetPriority_StreamsWithCUMask tests - Delete duplicate test Unit_hipStreamGetPriority_InvalidPriorityPointer - Separate Unit_hipStreamAddCallback_ParamTst into positive and negative test
In https://github.com/ROCm/AMDMIGraphX/pull/2973, uint8 type has been enabled for MaxPool, however following test cases are failing: - AveragePool with padding and uint8/int8 type - AveragePool with stride that is not default...
There are onnx `parse() ` functions which use `opd.op_name` inside `MIGRAPHX_THROW` macro, although this operator descriptor field is not initialized. List of such files: - src/onnx/parse_instancenorm.cpp - src/onnx/parse_randomnormal_ops.cpp - src/onnx/parse_randomuniform_ops.cpp...