From 73177362a7effa6e82de39d65358b9dd653de60b Mon Sep 17 00:00:00 2001 From: siupune <72907883+siupune@users.noreply.github.com> Date: Wed, 21 Apr 2021 13:06:59 +0530 Subject: [PATCH] Update GPUEngine.cu need to be changed for RTX 3090 --- GPU/GPUEngine.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPU/GPUEngine.cu b/GPU/GPUEngine.cu index 59df155..babdfe7 100644 --- a/GPU/GPUEngine.cu +++ b/GPU/GPUEngine.cu @@ -122,7 +122,7 @@ int _ConvertSMVer2Cores(int major,int minor) { { 0x72, 64 }, { 0x75, 64 }, { 0x80, 64 }, - { 0x86, 64 }, + { 0x86, 128 }, { -1, -1 } }; int index = 0;