oneapi-src / level-zero-tests

oneAPI Level Zero Conformance & Performance test content
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
45 stars 36 forks source link

Add CTS to validate device reset ext #43

Closed vishnu-khanth closed 2 months ago

vishnu-khanth commented 3 months ago

Related-to: VLCLJ-2115

Signed-off-by: Vishnu Khanth vishnu.khanth.b@intel.com

joshuaranjan commented 2 months ago

@AshwinKumarKulkarni In the other device reset tests, we validate whether reset is successful by doing a few operations after the reset right? Like in GivenWorkingDeviceHandleWhenResettingSysmanDeviceThenWorkloadExecutionAlwaysSucceedsAfterReset Please share if you think that is necessary for these tests as well ?

AshwinKumarKulkarni commented 2 months ago

@AshwinKumarKulkarni In the other device reset tests, we validate whether reset is successful by doing a few operations after the reset right? Like in GivenWorkingDeviceHandleWhenResettingSysmanDeviceThenWorkloadExecutionAlwaysSucceedsAfterReset Please share if you think that is necessary for these tests as well ?

Yes, we can add them as additional tests to test device is functional after reset.

vishnu-khanth commented 2 months ago

@AshwinKumarKulkarni In the other device reset tests, we validate whether reset is successful by doing a few operations after the reset right? Like in GivenWorkingDeviceHandleWhenResettingSysmanDeviceThenWorkloadExecutionAlwaysSucceedsAfterReset Please share if you think that is necessary for these tests as well ?

Yes, we can add them as additional tests to test device is functional after reset.

Added as per the suggestion, working on Validation