Skip to content
Snippets Groups Projects
Unverified Commit 890565b3 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

sync

parent 68fa2b8f
No related branches found
No related tags found
No related merge requests found
...@@ -56,9 +56,8 @@ namespace rlib { ...@@ -56,9 +56,8 @@ namespace rlib {
_rlib_impl_cuda_check_again: _rlib_impl_cuda_check_again:
if(m_size >= cap) { if(m_size >= cap) {
if(RLIB_IMPL_CUDA_TRYLOCK(pLock)) { if(RLIB_IMPL_CUDA_TRYLOCK(pLock)) {
printf("hit\n");
cap *= 2; cap *= 2;
cap += 3; cap += 4;
bool res = dev_apply_new_cap(); bool res = dev_apply_new_cap();
if(res == false) printf("FUCK!\n"); if(res == false) printf("FUCK!\n");
RLIB_IMPL_CUDA_UNLOCK(pLock); RLIB_IMPL_CUDA_UNLOCK(pLock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment