[all-commits] [llvm/llvm-project] ea697d: [libc][NFC] Move GPU allocator implementation to c...

Joseph Huber via All-commits all-commits at lists.llvm.org
Sun Mar 10 13:50:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea697dcc2ad9e6a1cc313d792b485d9218a943a1
      https://github.com/llvm/llvm-project/commit/ea697dcc2ad9e6a1cc313d792b485d9218a943a1
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-03-10 (Sun, 10 Mar 2024)

  Changed paths:
    M libc/src/__support/GPU/CMakeLists.txt
    A libc/src/__support/GPU/allocator.cpp
    A libc/src/__support/GPU/allocator.h
    M libc/src/stdlib/gpu/CMakeLists.txt
    M libc/src/stdlib/gpu/free.cpp
    M libc/src/stdlib/gpu/malloc.cpp

  Log Message:
  -----------
  [libc][NFC] Move GPU allocator implementation to common header (#84690)

Summary:
This is a NFC move preceding more radical functional changes to the
allocator implementation. We just move it to a common utility so it will
be easier to write these in tandem.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list