mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 01:44:23 +00:00
log: mention non-user-settable kernel parameters in "Initialising kernel" notice.
Should help in the future for people who try to mix patched and unpatched BFI devices.
This commit is contained in:
parent
0d8977774f
commit
7a3a510216
4
ocl.c
4
ocl.c
@ -734,8 +734,8 @@ built:
|
||||
free(binaries);
|
||||
free(binary_sizes);
|
||||
|
||||
applog(LOG_NOTICE, "Initialising kernel %s with%s bitalign, worksize %d",
|
||||
filename, clState->hasBitAlign ? "" : "out", (int)(clState->wsize));
|
||||
applog(LOG_NOTICE, "Initialising kernel %s with%s bitalign, %spatched BFI",
|
||||
filename, clState->hasBitAlign ? "" : "out", patchbfi ? "" : "un");
|
||||
|
||||
if (!prog_built) {
|
||||
/* create a cl program executable for all the devices specified */
|
||||
|
Loading…
x
Reference in New Issue
Block a user