[Lldb-commits] [lldb] [MLIR] Enabling Intel GPU Integration. (PR #65539)

2023-09-06 Thread Ronan Keryell via lldb-commits
@@ -0,0 +1,68 @@ +# CMake find_package() module for SYCL Runtime +# +# Example usage: +# +# find_package(SyclRuntime) keryell wrote: Shouldn't it ```suggestion # find_package(SYCLRuntime) ``` everywhere? https://github.com/llvm/llvm-project/pull/65539 __

[Lldb-commits] [lldb] [MLIR] Enabling Intel GPU Integration. (PR #65539)

2023-09-06 Thread Ronan Keryell via lldb-commits
@@ -0,0 +1,223 @@ +//===- SyclRuntimeWrappers.cpp - MLIR SYCL wrapper library ===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-

[Lldb-commits] [lldb] 0762b2e - [lldb-vscode] Fix variable test

2023-09-06 Thread walter erquinigo via lldb-commits
Author: walter erquinigo Date: 2023-09-06T22:52:01-04:00 New Revision: 0762b2e6cacf9a1aa8b5e832206f4c94744d0150 URL: https://github.com/llvm/llvm-project/commit/0762b2e6cacf9a1aa8b5e832206f4c94744d0150 DIFF: https://github.com/llvm/llvm-project/commit/0762b2e6cacf9a1aa8b5e832206f4c94744d0150.di

<    1   2