[all-commits] [llvm/llvm-project] 4fde8c: [flang][cuda] Lower CUDA shared variable with cuf....

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Sun Mar 16 17:45:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fde8c341f9166e6ec6dff6e7704be175e382f5b
      https://github.com/llvm/llvm-project/commit/4fde8c341f9166e6ec6dff6e7704be175e382f5b
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2025-03-16 (Sun, 16 Mar 2025)

  Changed paths:
    M flang/lib/Lower/ConvertVariable.cpp
    A flang/test/Lower/CUDA/cuda-shared.cuf

  Log Message:
  -----------
  [flang][cuda] Lower CUDA shared variable with cuf.shared_memory op (#131399)

Use `cuf.shared_memory` operation instead of `cuf.alloc` for CUDA shared
variable. These variables do not need free operations.



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