[all-commits] [llvm/llvm-project] 6fb57f: [libc] Add basic utility support for timing functi...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jun 23 13:51:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fb57f7349330aeda074e197c715b6f670a56ea2
      https://github.com/llvm/llvm-project/commit/6fb57f7349330aeda074e197c715b6f670a56ea2
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M libc/src/__support/GPU/amdgpu/utils.h
    M libc/src/__support/GPU/generic/utils.h
    M libc/src/__support/GPU/nvptx/utils.h

  Log Message:
  -----------
  [libc] Add basic utility support for timing functions on the GPU

This patch adds the utilities for the clocks on the GPU. This is done
prior to exporting it via some other interface and is mainly just done
so they are availible if we wish to do internal testing.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D153388




More information about the All-commits mailing list