Skip to content

Fix for issue 3551: Implemented event_impl class for AF_DISABLE_CPU_ASYNC#3555

Merged
christophe-murphy merged 2 commits into
arrayfire:masterfrom
edwinsolisf:issue3551
Aug 30, 2024
Merged

Fix for issue 3551: Implemented event_impl class for AF_DISABLE_CPU_ASYNC#3555
christophe-murphy merged 2 commits into
arrayfire:masterfrom
edwinsolisf:issue3551

Conversation

@edwinsolisf

@edwinsolisf edwinsolisf commented May 31, 2024

Copy link
Copy Markdown
Contributor

Fixes compilation issue of class event_impl being not defined when AF_DISABLE_CPU_ASYNC macro is defined.

Description

  • Is this a new feature or a bug fix?: Bug Fix
  • Why these changes are necessary: Fixes compilation issue for a possible option in compilation
  • Potential impact on specific hardware, software or backends: Same impact on all platforms on CPU backend
  • New functions and their functionality: None
  • Can this PR be backported to older versions?: Yes
  • Future changes not implemented in this PR.: None

Fixes: #3551

Changes to Users

  • No build options added
  • No action required by the user

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • Functions added to unified API
  • Functions documented

@christophe-murphy christophe-murphy merged commit c947663 into arrayfire:master Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AF_DISABLE_CPU_ASYNC build error

2 participants