-
Couldn't load subscription status.
- Fork 270
Closed
Description
PyTorch wheels are self-contained wrt ROCm (and hence MIOpen) libraries, bundling them as part of the wheel.
When running workloads with the PyTorch wheel, we observe slow warmup times and see messages such as:
MIOpen(HIP): Warning [SQLiteBase] Missing system database file: gfx900_64.kdb Performance may degrade. Please follow instructions to install: https://github.com/ROCmSoftwarePlatform/MIOpen#installing-miopen-kernels-package
However, even after installing the kdb files, we still see the same error. Is it possible for the user to use kdb with PyTorch wheels?
Rikj000 and shkorinova