ROCmValidationSuite icon indicating copy to clipboard operation
ROCmValidationSuite copied to clipboard

unnecessary download of mxDataGenerator

Open trixirt opened this issue 3 months ago • 0 comments

Download is done here https://github.com/ROCm/ROCmValidationSuite/blob/master/CMakeLists.txt#L391

before check of user setting inc dir here https://github.com/ROCm/ROCmValidationSuite/blob/master/CMakeLists.txt#L411

If the user passes in the variable like this -DMXDATAGENERATOR_INC_DIR=${PWD}/mxDataGenerator/lib/include

download is not needed. Also building the mxDataGenerator does not seem to be needed.

trixirt avatar Sep 27 '25 22:09 trixirt