[all-commits] [llvm/llvm-project] b8f644: [libc] Add GPU config file using the new format (#...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Sep 18 06:07:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8f64431eaf750941490f8fb155b597d618d71a7
      https://github.com/llvm/llvm-project/commit/b8f64431eaf750941490f8fb155b597d618d71a7
  Author: Joseph Huber <35342157+jhuber6 at users.noreply.github.com>
  Date:   2023-09-18 (Mon, 18 Sep 2023)

  Changed paths:
    A libc/config/gpu/config.json

  Log Message:
  -----------
  [libc] Add GPU config file using the new format (#66635)

Summary:
This patch copies a config file for the GPU similar to the
baremetal/embedded implementation. This will configure the
implementations of functions like `sprintf` and `snprintf` to be
compiled into more simple versions that can be run on the GPU. These
functions cannot be enabled yet as Vararg support hasn't landed, but it
will be used then.




More information about the All-commits mailing list