There was an error fetching the commit references. Please try again later.
fix opencl and cuda cryptonight_r caching
The original implementation of the cache release and create always new kernel, this can lead into performance issues and my crashes.
Showing
- xmrstak/backend/amd/OclCryptonightR_gen.cpp 7 additions, 4 deletionsxmrstak/backend/amd/OclCryptonightR_gen.cpp
- xmrstak/backend/amd/OclCryptonightR_gen.hpp 1 addition, 1 deletionxmrstak/backend/amd/OclCryptonightR_gen.hpp
- xmrstak/backend/amd/amd_gpu/gpu.cpp 5 additions, 5 deletionsxmrstak/backend/amd/amd_gpu/gpu.cpp
- xmrstak/backend/nvidia/CudaCryptonightR_gen.cpp 5 additions, 4 deletionsxmrstak/backend/nvidia/CudaCryptonightR_gen.cpp
- xmrstak/backend/nvidia/CudaCryptonightR_gen.hpp 1 addition, 1 deletionxmrstak/backend/nvidia/CudaCryptonightR_gen.hpp
- xmrstak/backend/nvidia/nvcc_code/cuda_core.cu 6 additions, 2 deletionsxmrstak/backend/nvidia/nvcc_code/cuda_core.cu
Loading
Please register or sign in to comment