Hash collision.
Open
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 298
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
In pycuda/pycuda/compiler.py, I see that the cache file name is created based on the md5 of the preprocesed output of the code. As far as I know, hash collisions can happen with md5, and I don't see any code that deals with hash collision in pycuda/pycuda/compiler.py. Am I misunderstanding something or is it assumed that hash collisions never happen with pycuda?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.