ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 231 forks source link

Gtest header patch for pre-c++17 compatibility #3223

Closed cderb closed 3 months ago

cderb commented 3 months ago

patch gtest header for compatibility with pre-c++17

Some docker packages are failing to build make check with reference to std::filesystem like compute-artifactory.amd.com:5000/rocm-plus-docker/compute-rocm-dkms-no-npi-hipclang:14644-sles-stg2

This removes reference to std::filesystem while preserving intent.