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 #2111 from jean-m-cyr/master
Browse files Browse the repository at this point in the history
Fix fastexit not working on some AMD GPUs
  • Loading branch information
ddobreff authored Jan 11, 2021
2 parents 18995fa + 608f4de commit 47ae149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethash-cl/kernels/cl/ethash.cl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ struct SearchResults {

__attribute__((reqd_work_group_size(WORKSIZE, 1, 1)))
__kernel void search(
__global struct SearchResults* restrict g_output,
__global volatile struct SearchResults* restrict g_output,
__constant uint2 const* g_header,
__global ulong8 const* _g_dag0,
__global ulong8 const* _g_dag1,
Expand Down

0 comments on commit 47ae149

Please sign in to comment.