mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Revert "Automatically choose phatk kernel for bitalign non-gcn ATI cards, and then only select poclbm if SDK2.6 is detected."
This reverts commit e7fdadfc8fc388f68772d5a4c2740da60287c889. Broke kernel loading.
This commit is contained in:
parent
72ee48c113
commit
728e3d4398
6
ocl.c
6
ocl.c
@ -357,7 +357,11 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
|
||||
|
||||
if (chosen_kernel == KL_NONE) {
|
||||
if (strstr(name, "Tahiti") // GCN
|
||||
|| !clState->hasBitAlign) // Older Radeon & Nvidia
|
||||
|| !clState->hasBitAlign // Older Radeon & Nvidia
|
||||
|| strstr(vbuff, "844.4") // Linux 64 bit ATI 2.6 SDK
|
||||
|| strstr(vbuff, "851.4") // Windows 64 bit ""
|
||||
|| strstr(vbuff, "831.4") // Windows & Linux 32 bit ""
|
||||
)
|
||||
clState->chosen_kernel = KL_POCLBM;
|
||||
else
|
||||
clState->chosen_kernel = KL_PHATK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user