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

Add new test for get_pointer_type and get_pointer_device USM API #131

Merged
merged 6 commits into from Jul 22, 2021

Commits on Jun 22, 2021

  1. Add new test for get_pointer_type and get_pointer_device USM API

    Provide verification to cooperation USM functions get_pointer_type
    and get_pointer_device with four memory allocation types:
    host, device, shared and non USM allocation.
    vasilytric committed Jun 22, 2021
    Copy the full SHA
    15e506b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Fix misprint in usm.h

    vasilytric committed Jun 29, 2021
    Copy the full SHA
    bf245b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Update usm.h file

    Co-authored-by: Peter Žužek <peterzuzek@gmail.com>
    vasilytric and ProGTX committed Jul 5, 2021
    Copy the full SHA
    de3b975 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Copy the full SHA
    99e4bde View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Copy the full SHA
    684a2ec View commit details
    Browse the repository at this point in the history
  2. Revert "Improve "static_assert" expression"

    This reverts commit 684a2ec.
    This commit added compilation brake changes.
    vasilytric committed Jul 13, 2021
    Copy the full SHA
    22fe375 View commit details
    Browse the repository at this point in the history