Skip to content

Commit

Permalink
Merge pull request #379 from clEsperanto/fill-memory-for-apple
Browse files Browse the repository at this point in the history
specific case for all apple user
  • Loading branch information
StRigaud authored Oct 17, 2024
2 parents a599c24 + 10844ee commit eaaddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clic/src/array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Array::copyTo(const Array::Pointer & dst,
auto
Array::fill(const float value) -> void
{
#if defined(__APPLE__) && defined(__arm64__)
#if defined(__APPLE__)
// clEnqueueFillBuffer not behaving as expected on Apple Silicon
// FIX: Filling buffer with host data
// TODO: Find a better solution
Expand Down

0 comments on commit eaaddf2

Please sign in to comment.