Skip to content

Commit

Permalink
enable OpenCL build (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Oct 2, 2023
1 parent b655528 commit 7a828b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion magick/opencl.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,15 @@
#include "magick/utility.h"
#include "magick/utility-private.h"

#if defined(MAGICKCORE_OPENCL_SUPPORT)
#if defined(MAGICKCORE_LTDL_DELEGATE)
#include "ltdl.h"
#endif

#ifdef MAGICKCORE_CLPERFMARKER
#include "CLPerfMarker.h"
#endif


#if defined(MAGICKCORE_OPENCL_SUPPORT)

#define NUM_CL_RAND_GENERATORS 1024 /* number of random number generators running in parallel */
Expand Down

0 comments on commit 7a828b0

Please sign in to comment.