tlopex opened a new pull request, #19811: URL: https://github.com/apache/tvm/pull/19811
test_env.py asserted "derived probe implies parent" for several probes, but each derived probe is defined as `parent() and <flag>`, so the implication holds by construction and the assertion can never fail. Remove these no-op guards: - test_tensorcore_implies_cuda (has_tensorcore = has_cuda() and ...) - test_cudagraph_implies_cuda (has_cudagraph = has_cuda() and ...) - test_library_probe_implies_parent_device (cudnn/cublas/nccl = has_cuda(); hipblas = has_rocm()) - test_runtime_hexagon_run_implies_toolchain (has_hexagon = has_hexagon_toolchain() and ...) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
