Browse Source

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.
build-mingw
Noel Maersk 10 years ago
parent
commit
7a3a510216
  1. 4
      ocl.c

4
ocl.c

@ -734,8 +734,8 @@ built: @@ -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…
Cancel
Save