Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover gaps for explicit memory operation copy(acc, acc) #736

Merged
merged 5 commits into from
Jun 30, 2023

Commits on Jun 28, 2023

  1. Covered thr gaps for copy() tests

    Added checking of copy(acc, acc) operation with target constant_buffer for source accessor
    
    Added checking of copy(acc, acc) exception in case of dst_range < src_range
    vladimirkhashev committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f0b2f8a View commit details
    Browse the repository at this point in the history
  2. Applying comments

    vladimirkhashev committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7d8c0b4 View commit details
    Browse the repository at this point in the history
  3. Fix format

    vladimirkhashev committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    748bf43 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    vladimirkhashev committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fc2673c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix CI

    vladimirkhashev committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    98aac76 View commit details
    Browse the repository at this point in the history