Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #515 from EoD/restore_clover_support_for_unstable_…
Browse files Browse the repository at this point in the history
…kernel

libethash-cl: restore Mesa/Clover support in unstable kernel
  • Loading branch information
chfast authored Jan 7, 2018
2 parents f6de7ad + ad93dae commit 3dc378f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libethash-cl/CLMiner_kernel_unstable.cl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#endif
#define HASHES_PER_LOOP (GROUP_SIZE / THREADS_PER_HASH)

#ifdef cl_clang_storage_class_specifiers
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
#endif

// Check for valid THREADS_PER_HASH param
#if THREADS_PER_HASH == 1
#define LN_THREAD_PER_HASH 0
Expand Down

0 comments on commit 3dc378f

Please sign in to comment.