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

use FNV-1a for kernel indexing instead of md5 #44

Closed
wants to merge 14 commits into from

Commits on Apr 22, 2016

  1. [CMake] Autodetect HSA_AMDGPU_GPU_TARGET

    Instead of hardcoding the HSA_AMDGPU_GPU_TARGET at compile time,
    autodetect it at runtime from the KFD topology.
    
    Change-Id: I00af68084869ab4d439e70cf8816c1c8868f224d
    Andres-design16 committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    37e58ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request ROCm#36 from arodrigx7/develop

    [CMake] Autodetect HSA_AMDGPU_GPU_TARGET
    whchung committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    b40ee79 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Cleanup wrapper IR functions

    Use new workitem intrinsics + range metadata, correct
    some attributes on functions, and canonicalize.
    
    Correct range metadata to be maximum theoretical workgroup size.
    
    Change-Id: I9dedbe2dd62753858ccd0eb7841e228873a2c031
    arsenm committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    e85cf4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request ROCm#39 from arsenm/lib-ir-cleanup

    Cleanup wrapper IR functions
    whchung committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    36a5839 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. merge from master

    scchan committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    1955a55 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Configuration menu
    Copy the full SHA
    403f9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5520c23 View commit details
    Browse the repository at this point in the history
  3. use FNV-1a for kernel indexing instead of md5

    this will improve hcc runtime performance when multiple kernels are used
    in a program
    yan-ming committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    60058c6 View commit details
    Browse the repository at this point in the history
  4. fix typo

    yan-ming committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    ceaf9ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb0f883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82d3077 View commit details
    Browse the repository at this point in the history
  7. Revert "change the magic number from 104 to 140"

    This reverts commit cb0f883.
    yan-ming committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    dcf3968 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94071f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    825a3ac View commit details
    Browse the repository at this point in the history