Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use libdevice file hash rather than path (#3224)
We've been trying to share cached compilations across machines, but libdevice isn't always in the same place (we actually package it into python archive files so we don't rely on the system CUDA installation). By hashing the file instead of its path we can make this hash consistent; and we really do care more about the contents of libdevice than its path, anyways.
- Loading branch information