GPUPeople / Ouroboros

GPU MemoryManager based on virtualized queues
MIT License
19 stars 4 forks source link

[C - VA] Chunk clean not working on 2080Ti, no issues on TitanV and 1080Ti #13

Open delanyinspiron6400 opened 3 years ago

delanyinspiron6400 commented 3 years ago

It seems that simply writing to the chunk queues when cleaning them for re-use does not work properly on the newer architecture, even threadfences did not solve the issue. Same issue is not present (it seems) on the TITAN V and 1080Ti. Problem is solved by switching from writing uint4s to either a stg_cg or an atomicExch on CC7.5.