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

Commit

Permalink
Fix fastexit not working on some AMD GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-m-cyr committed Jan 11, 2021
1 parent 18995fa commit 608f4de
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

2 comments on commit 608f4de

@Gordis890
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@birokilias
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Please sign in to comment.