-
Notifications
You must be signed in to change notification settings - Fork 791
[CI] Change nightly benchmarking run to use no assertions linux_shared_build #18071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
2221 commits
Select commit
Hold shift + click to select a range
3f53118
[SYCL] Add state arguments to SYCLBIN options (#18639)
steffenlarsen 157f728
Fix leftover in sycl_ext_oneapi_tangle.asciidoc (#18650)
AndreiZibrov 98165d3
[SYCL] Fix crash in CompileTimePropertiesPass when pointer parameter …
maarquitos14 a7fd408
[CI][Benchmarks] fix wgc param in UllsEmptyKernel (#18624)
PatKamin 12e9a29
[UR][NFC] Clarify that urDeviceGetGlobalTimestamps is in ns (#18653)
RossBrunton 4098f4d
[UR][Benchmarks] fix bench charts colors (#18623)
mateuszpn d877bb9
[UR] Bump UMF to v0.12.0-dev2-6 (#18378)
lukaszstolarczuk d63672b
[UR][L0] Refactor urDeviceSelectBinary, allow more fallbacks (NFC) (#…
Maetveis 4b7d11a
[CI][Benchmarks] compute benchmarks charts naming (#18558)
PatKamin bc081ab
[UR] Support conditional symbols in linker scripts (#18629)
kbenzie 72513d2
[SYCL][Compat] Fix launch_policy_neg test on Windows (#18643)
ProGTX c63a3bf
[SYCL][CUDA] Expand search for generated_cuda_meta.h (#18436)
ProGTX 259dfbe
Only build libspirv for selected targets (#18663)
frasercrmck 89f6a39
[libspirv][ptx-nvidiacl] Change __clc__group_scratch size to 32 x i12…
wenju-he 8500738
[libspirv] Avoid macro redefinition (#18670)
frasercrmck c20712f
[SYCL][Graph] Implement dynamic local accessors (#18437)
fabiomestre f063fea
[DeviceASAN] Fix a UR_L0_LEAKS_DEBUG leak report (#18612)
yingcong-wu c8667f5
[SYCL][NFC] Avoid unused variable AccTarget (#18675)
steffenlarsen 871e907
[SYCL][E2E] Better handle the Intel Compiler in standalone build (NFC…
Maetveis cbcd002
[UR][CUDA][HIP] Refactor setKernelParams (#18518)
npmiller 351f161
[UR][CTS] Properly treat urDeviceGetNativeHandle as optional (#18671)
RossBrunton 809158f
[UR][Offload] Add initial Offload adapter (#18271)
callumfare 23c4c4b
[libspirv] Add include guards where appropriate (#18666)
frasercrmck 00940d2
[UR][L0 v2] Port USM alloc to adapter v2 (#18179)
staniewzki ae3a465
[Graph][E2E] Mark flakily failing LIT tests as UNSUPPORTED (#18677)
frasercrmck 2b558a0
[UR][CUDA][HIP] Refactor event handling (#18633)
npmiller 0377e42
[UR][Offload] Small test fixes for CTS (#18680)
RossBrunton 6f324d3
[ESIMD][NFC] Extract lowerEsimdConstructs into the SYCLPostLink libra…
maksimsab efee051
[UR] Fix logger use after move (Coverity) (#18665)
kbenzie f80661e
[SYCL] Format UUID in sycl-ls (#18561)
ProGTX bbb843d
[UR][CUDA][HIP] Fix UR_PROGRAM_BUILD_INFO_LOG query (#18678)
npmiller 4157f90
[SYCL] Fix complex support for Cuda/HIP (#18667)
jchlanda b886cbb
[SYCL][E2E] Check for run-time features when in build-only (#17988)
ayylol 5ac8577
[CI][Benchmarks] optimize layers comparison load (#18674)
PatKamin 74a6281
[SYCL][CUDA] Enable memcpy optimizations for NVPTX (#18598)
npmiller 59ab93d
[GHA] Uplift Linux GPU RT version to 25.18.33578.6 (#18673)
bb-sycl 5778810
[SYCL][libdevice] Remove invalid noreturn warning for glibcxx_assert …
jinge90 a2a5752
[SYCL][E2E] Add `PerformanceTests/aspect_queries.cpp` (#18686)
aelovikov-intel 97f50ed
[SYCL] Fix shared library build (#18688)
sarnex 2ca47e3
[SYCL] spir-v vars should not be defined for GPU targets (#18676)
jchlanda d61f9d2
[E2E][BINDLESS] Remove unused `sycl::context` in e2e tests (#18679)
JackAKirk cec803c
[UR] CMake remove upper date from license (#18695)
kbenzie ba7e8d5
[SYCL][NFC] Refactor FunctionCategorizer to simple functions. (#17529)
maksimsab cf49e2e
[UR] Cleanup Python linter issues add type hints (#18694)
kbenzie 3b4ebca
[SYCL] Update test for free function kernels extension that checks em…
dyniols 68bf5a0
[SYCL] Avoid event allocation on eventless submission (#18582)
slawekptak 731b967
[SYCL] Record submit time for shortcut operations (#18455)
againull cc21caf
[CI] Test 'all' cmake target in nightly (#18701)
sarnex bc05c64
[SYCL] Make `sycl::kernel_id` owns `MName` instead of using string_vi…
Alexandr-Konovalov f29f54e
[SYCL][E2E][Matrix] Remove XFAIL from cache SLM test on DG2 (#18702)
sarnex 7840ee2
[CI] Test 'all' make target on Windows in nightly (#18708)
sarnex ee949ac
[NFC][SYCL] Don't create unnecessary lambdas calling `submitMemOpHelp…
aelovikov-intel 97fed15
[NFC][SYCL] Accept `queue_impl` by raw ptr/ref in `MemoryManager` (#1…
aelovikov-intel da1c320
[SYCL] fix for std::locale::global interfering with allowlist check (…
cperkinsintel ebc8528
[UR][Offload] Install libur_adapter_offload.so as part of `install` t…
RossBrunton 12584c2
[SYCL] Separate host instantiation from HostKernel (#18534)
Pennycook 588243f
[UR] Move adapter tests over to lit (#18397)
RossBrunton 2c20169
[UR] Make kernel launch global offset param optional. (#18573)
aarongreig b3f8f35
[UR] Replace "driver" in error handling docs with "adapter" (#18724)
aarongreig 1e13c00
[UR] Add known HIP failure for flaky test. (#18723)
aarongreig d33426f
[CODEOWNERS][CI][COMPAT] make syclcompat codeowners own test-e2e/sycl…
JackAKirk 4feca82
[SYCL][UR][OpenCL] Implement partial support for UR_QUEUE_INFO_EMPTY …
igchor e6670c5
[UR] Remove an old debug print from the generator scripts. (#18730)
aarongreig f27a817
[CI] Remove dependency on devops/scripts/benchmarks/** from IGC dev c…
ianayl 81a48a6
[Bench] add SubmitKernel benchmark variant with longer kernel (#18632)
igchor 6ebc051
Merge commit '7a8090c037255b54895d61df2eb141fee48d6d83' into llvmspir…
jsji ab8cc8b
Fix build after LLVM InlineAsm changes (#3155)
svenvh c7e3dd4
Make OCLUtil.h compatible with C++20 standard (#3149)
jaladreips 56df2ad
Use native for the system separator for source path string (#3157)
MrSidims 6495e45
Deprecate SPV_INTEL_hw_thread_queries extension from forward llvm-spi…
MrSidims 5e333db
Add actions job to create backports (#3156)
MrSidims 417c39b
Pick SHA of commit to cherry-pick from merge commit (#3167)
MrSidims 8c0becb
Fix typos in the backport script (#3168)
MrSidims 258376e
Add post-commit job to cleanup backport branches (#3176)
MrSidims 9a74f8d
Add listener for other workflows to trigger them on a backport (#3177)
MrSidims 875605f
Add SPV_INTEL_int4 extension (#3178)
MrSidims a8ea3b2
Add missing SPV_INTEL_fp_fast_math_mode (#3139)
pvelesko 92a8bb1
Fix typo in cleanup backports script (#3181)
MrSidims a3123dc
Fix several failing tests (#29354)
fineg74 ef73d84
Add back removed customization (#29550)
jsji 1507f32
[libspirv] Align __clc_sincos with upstream (#18615)
frasercrmck d3cfdea
[libclc] Align generic AS support with upstream (#18617)
frasercrmck b5bc447
[libclc] Reduce diff with upstream in CLC headers (#18625)
frasercrmck 571750f
[libclc] Revert downstream changes to OpenCL builtins (#18634)
frasercrmck 209e0b3
[libclc] Delete duplicate generic vstore impl (#18635)
frasercrmck 616fadc
[libspirv] Make OpenCL not depend on SPIR-V (#18659)
frasercrmck 90af614
[libclc] Fix conflict resolution; delete unused file (#18685)
frasercrmck f56b784
Merge remote-tracking branch 'origin/sycl' into llvmspirv_pulldown
jsji bc10261
[L0] Revert copy engine refactor and disable copy-engine for SYCL-Gra…
fd866a3
[SYCL][BINDLESS] Use correct handle type when creating images (#18707)
JackAKirk bda408a
[UR][CUDA] Add opportunistic queue serialize prop, impl for cuda (#18…
JackAKirk 87da156
[NFC][SYCL] More `queue_impl` passing by raw ptr/ref (#18714)
aelovikov-intel 3c91cf9
[libclc] Don't run remangler on OpenCL library (#18697)
wenju-he 67c3e17
[SYCL][Graph]Disable DG2 testing on L0 V2 (#18741)
5d8bcf6
[UR][OpenCL] Add deleted copy assignment constructor to ur_adapter_ha…
martygrant 732a9ce
[NFC][SYCL] `enable_shared_from_this` for `queue_impl` (#18715)
aelovikov-intel ad78888
[SYCL] Fix race condition in submission time read/write (#18716)
againull 462d66b
[SYCL][UR][L0 v2] get rid of std::function in memory.hpp (#18655)
igchor 94df314
[SYCL] Don't set alwaysinline for NativeCPU (#29546)
jsji 30064ec
[NFC] Update intel-fpga-local.cpp after 61b435ec4de6b
jsji f5e3bd7
[CI] Fix L0v2 in benchmarking CI (#18713)
ianayl 2133dc5
[Clang] Fix conflict resolution in SemaDeclAttr
jsji 7303f8e
[libclc] Support the generic address space (#137183)
frasercrmck cb4c187
[libclc] Move all remquo address spaces to CLC library (#140871)
frasercrmck 0fce02b
Revert "Deprecate SPV_INTEL_hw_thread_queries extension from forward …
jsji 94f46ae
[SYCL][E2E] Disable NEO Cache for shaderdump check
jsji 735410d
[SYCL][NATIVECPU] remove Comdat from kernel whose name was taken/rena…
uwedolinsky 73a381f
[Benchmarks] Speed up charts load (#18728)
PatKamin dd4fdc8
[UR] Remove global DDI table entries (#18704)
kbenzie 3e3de96
[Bindless][UR][E2E] Fix/improve Vulkan tests. Fix L0 BI aspect query.…
przemektmalon 2a1528f
[Benchmarks] Load charts lazily (#18729)
PatKamin 5965a56
[SYCL][E2E] Fix fallback code path from #18627 (#18753)
Maetveis bfb646e
[SYCL] Cache kernel assert usage (#18538)
sergey-semenov 93b65ea
Bump the llvm-docs-requirements group in /llvm/docs with 2 updates (#…
dependabot[bot] 755ecf2
Bump the github-actions group with 4 updates (#18750)
dependabot[bot] 0defb5e
[CI][sycl-rel] Update sycl-cts hash (#18757)
KornevNikita 2b9a534
[SYCL] Do not set secondary queue when one is not passed (#18752)
Alexandr-Konovalov e2f97a7
[LIBCLC][BINDLESS][CUDA] always inline redirection functs (#18699)
JackAKirk cba22d4
[UR] Consolidate kernel launch entry points in UR. (#18385)
aarongreig c096d26
[SYCL][E2E] Fix memory leak introduced in e2e test (#18760)
dyniols 47f5338
[SYCL] Use shared_ptr instead of manual changing UR counters (#18565)
Alexandr-Konovalov fd1342e
[CI] Enable BMG benchmarking in nightly (#18351)
ianayl 101c8d8
[CI][Benchmarks] Automatically detect component versions in benchmark…
ianayl 73ff319
[SYCL] Add size to detail::string_view (#18661)
Alexandr-Konovalov 23584c1
[libspirv] Define schar overloads via remangling; not source (#18626)
frasercrmck 2736632
Merge remote-tracking branch 'origin/sycl' into llvmspirv_pulldown
frasercrmck 82f4ea2
[UR][CI] Skip adapter testing for adapters that haven't been built (#…
RossBrunton 23bcb9f
[UR] Add generated lit files to the `LLVM_LIT_CONFIG_FILES` list (#18…
RossBrunton e44a920
[UR] Support 2D and 3D enqueue kernel launches in offload (#18740)
RossBrunton 7ab3e81
[UR] Update urEnqueueKernelLaunch signature in offload adapter. (#18778)
aarongreig 29a2502
[UR] fix: synchronize resubmission of the same command buffer (#18566)
EuphoricThinking 17fbf03
[SYCL][UR][L0 v2] Fix ur_mem_handle_t_ (#18768)
igchor ed57100
[GHA] Uplift Linux GPU RT version to 25.18.33578.6 (#18769)
bb-sycl b12d280
[SYCL][Docs] Move sycl_ext_intel_event_mode to experimental (#18417)
steffenlarsen 85a3861
[SYCL][UR][OpenCL] allow passing events from multiple contexts to urE…
igchor 67d92b5
[Devops] Include nightly in main base image (#18725)
RossBrunton f8ac7f2
[SYCL] Cache implicit local arg position info (#18654)
sergey-semenov 6bcb265
Revert "[GHA] Uplift Linux GPU RT version to 25.18.33578.6" (#18789)
sarnex 1631cf7
[SYCL] Also disable alwasyinline for SYCL device
jsji cdf4060
Merge remote-tracking branch 'origin/sycl' into llvmspirv_pulldown
jsji 5714541
[UR] Hotfix for recently added urEnqueueKernelLaunch test. (#18790)
aarongreig 2b94edd
[UR][CI] Disable other timeouting test (#18780)
RossBrunton df56776
[CI][sycl-rel] Update branch name (#18793)
KornevNikita 19964c3
LLVM and SPIRV-LLVM-Translator pulldown (WW22 2025)
sys-ceuplift bfdfc3a
[SYCL] Increase test coverage for root group extension (#18745)
0x12CC dcb6b7b
[SYCL] Fix post-commit failure after #18745 (#18797)
againull d26cdad
[NFC][SYCL] Ensure `context_impl` is always created via `std::make_sh…
aelovikov-intel afc0c91
[DevTSAN] Ignore check for joint matrix access (#18773)
zhaomaosu 5e801a3
[Benchmarks] Make group names mutable (#18739)
PatKamin 3a0acb8
[Benchmarks] Bump Compute Benchmarks (#18800)
PatKamin 896f1b9
[UR][L0 adapter] Logs enabled for raii wrappers (#18756)
mateuszpn 093fcb0
[UR][Offload] Implement logger callbacks (#18755)
RossBrunton 111c4af
[SYCL][NFC] `sub_group_mask.hpp` cleanup (#18777)
AlexeySachkov e22b8e4
[SYCL][NativeCPU] Update OCK. (#18803)
hvdijk efe2aa0
[CI] Set up the path to the compiler if build passes on Win (#18811)
sarnex d572b54
[NFC] Rename `queue_impl`'s `MNoEventMode`->`MNoLastEventMode` (#18812)
aelovikov-intel 8eb6d34
[NFC][libspirv] Re-use __clc_clz for __spirv_ocl_clz (#18798)
wenju-he 6fbb1c0
[SYCL][E2E] fix an uninitialized memory usage in test case (#18771)
yingcong-wu 40f7479
[DevTSAN] Support detecting data race for local memory (#18718)
zhaomaosu 2e9ae64
[SYCL][Graph][L0 v2] Re-enable DG2 E2E tests (#18754)
546c56c
[SYCL] Add "ext_oneapi_offload" backend enum value (#18683)
RossBrunton e44f5fb
[CMake] Set runpath of libsycl.so (#15850)
RossBrunton 7b9490b
[SYCL] Add test macro for sycl_khr_queue_empty_query ext (#18799)
HPS-1 f2fa176
[UR][SYCL] Add urUSMContextMemcpyExp API to enable device global supp…
aarongreig cfc803c
[SYCL] Redistribute USM aspects among CUDA devices (#18782)
frasercrmck 630ccc8
[NFC][E2E] Use `UNSUPPORTED-INTENDED` for L0-interop + ze_debug (#18814)
aelovikov-intel 8c528be
[SYCL] Change kernel/program cache data structures and get rid of boo…
sarnex 2758b1b
[SYCL] Do not take any locks in submit for in-order queue (#18687)
igchor 58d681a
[CI][Devops] Remove unstable driver containers (#18813)
sarnex 98a87f3
[SYCL] Fix UR standalone build (#18829)
sarnex f4c367b
[SYCL][E2E] Add `local_accessor` and `accessor` tests for `sycl_ext_o…
dyniols 4d4fde2
Bump tar-fs from 2.1.2 to 2.1.3 in /mlir/utils/vscode (#18774)
dependabot[bot] 817c4ad
[UR][Benchmark scripts] Don't unpack oneApi install package if it is …
mateuszpn 8464bf7
Revert "[libspirv] Define schar overloads via remangling; not source …
frasercrmck 0dbf7ec
[SYCL] Elide unnecessary SmallVector instance and copy (#18827)
jopperm 9fa76f9
[UR][L0 v2] Add USM pool tracking in context and fix async pool clean…
staniewzki a3a249b
[UR][HIP][Graph] Disable flaky urUpdatableEnqueueCommandBufferExpTest…
35b7cd6
[SYCL] Fix kernel lookup duplication (#18826)
sergey-semenov 57cc5fe
[XPTI][NFC] Fix `-Wconversion` warnings (#18786)
AlexeySachkov d51f90e
[CI] Force link `zstd` when building the compiler in CI testing (#18547)
uditagarwal97 9debdb8
[OpenCL] Update header to include new enums from cl_khr_command_buffe…
Nuullll 07da34f
[CI] Add L0v2 to nightly benchmarking (#18791)
ianayl 0dff0ff
[NFCI][SYCL] Copy `handler::MQueue` to `handler_impl` (#18830)
aelovikov-intel 0211dd1
[NFCI][SYCL] Refactor reduction-handler interactions (#18794)
aelovikov-intel 00a716a
[SYCL] Pass `handler &` instead of queue across ABI for reduction uti…
aelovikov-intel 43b3d42
[SYCL] use vector instead of map as a kernel cache container (#18833)
vinser52 72ea00a
[SYCL][SYCLLowerWGLocalMemoryPass] Don't inline and erase sycl_device…
wenju-he f8bbfcc
[DevSAN] Make device sanitizer kernel metadata has a unique id (#18819)
zhaomaosu 5c6719e
[SYCL] Re-assign HIP device aspeects (#18835)
frasercrmck f799922
[Coverity][Graph] Address coverity issues with graphs (#18806)
Bensuo 5539f67
[SYCL][Graph] Enable Update tests on L0 V2 (#18858)
77773ad
[SYCL][UR][L0 v2] Move all enqueue-related logic to command_list_mana…
igchor 6e55f3b
[NFCI][SYCL][Graph] Cleanup after `enable_shared_from_this` for `queu…
aelovikov-intel 21fdfc7
[CI][Benchmarks] update compute-runtime version to 25.22.33944.4 (#18…
pbalcer 1730f92
[Benchmarks] Add withCopyOffload argument (#18862)
PatKamin f8a6ca8
[SYCL] Introduce extension for asynchronous memory allocation (#14800)
133fee5
[Devops] Error if any piped functions fail when installing drivers (#…
sarnex a66c6df
[SYCL][Graph] Fix data race in the multiple_exec_graphs test (#18865)
fabiomestre 7278476
[Driver][NFC] Cleanout some remaining unused FPGA items (#18817)
mdtoguchi f949e49
Bump tar-fs from 2.1.2 to 2.1.3 in /lldb/tools/lldb-dap (#18870)
dependabot[bot] fa44f6d
Bump requests from 2.32.3 to 2.32.4 in /llvm/docs in the llvm-docs-re…
dependabot[bot] bd4622b
Bump aminya/setup-cpp from 1.6.2 to 1.7.0 in the github-actions group…
dependabot[bot] bf69118
Bump requests from 2.32.3 to 2.32.4 in /llvm/utils/git (#18873)
dependabot[bot] 9457ac2
[NFCI][SYCL] Complete `handler::MQueue`->`handler_impl` move (#18767)
aelovikov-intel 3310db3
[Benchmarks] Dry run without phony sycl or ur args (#18845)
PatKamin 3cb953b
[SYCL][NFC] Drop `platform.hpp` includes `core.hpp` (#18779)
AlexeySachkov 8d5cb0d
[SYCL] Retrieve and print `zstd` version during configure (#18840)
uditagarwal97 f713a06
[CI][Bench] Add a filter to comparison scripts (#18852)
ianayl cd7024f
[clang] Update analyzer python requirement versions (#18875)
sarnex 8ea381f
[NFC][SYCL][Graph] Remove outdated comment (#18860)
b514a43
[SYCL] Implement `sycl_khr_work_item_queries` extension (#18519)
0x12CC d8b8aba
[SYCL][NFC] Add `REQUIRES: cuda` to CUDA test case (#18747)
0x12CC b51f875
[CI] Update metrics python dep version (#18896)
sarnex 836dd2d
[SYCL][UR] Fix the accuracy of command submission timestamp (#18735)
againull 89287ba
Bump softprops/action-gh-release from 2.2.2 to 2.3.0 in the github-ac…
dependabot[bot] c60a1fc
[SYCL] Make host task timestamps share the same base as device tasks …
againull b091b63
[clang] Diagnose usages of static methods to define SYCL free functio…
dklochkov-emb d8367cc
[SYCL] Add BMG G31 and WCL to sycl_ext_oneapi_device_architecture (#1…
dm-vodopyanov f7583ca
[SYCL] Do not count devices for banned platforms (#18878)
uditagarwal97 2e0d73c
[SYCL] fix for locale test (#18838)
cperkinsintel 8f33b32
[SYCL] Kernel Compiler ensures build option flags are passed all the …
cperkinsintel 900f0d6
[NFC][SYCL] Use raw `context_impl &` in `program_manager` (#18877)
aelovikov-intel fbf735a
[SYCL][Devicelib] Implement cmath rintf wrapper with __spirv_ocl_rint…
wenju-he 983aaaa
[SYCL][E2E][LIT] Fix processing of boolean parameters (#18893)
aelovikov-intel c192ad9
[CI] Fix typo in regex for filtering out failures in benchmark CI (#1…
ianayl d3bc93a
[SYCL] Fix reductions in preview after https://github.com/intel/llvm/…
aelovikov-intel 57bdbe3
[SYCL] Implement `sycl_khr_{static, dynamic}_addrspace_cast` extensio…
0x12CC 503494f
[DeviceAddressSanitizer] Add warning for unaligned __asan_mem_to_shad…
yingcong-wu c90a53c
[DevTSAN] Fix UR objects leak problem (#18880)
zhaomaosu b4dbfbb
[SYCL][Graph] Disable Windows tests on LNL (#18894)
906f598
[SYCL][UR] Include backend name in exception messages (#18889)
kbenzie bd74453
[SYCL] Allow __glibcxx_assert_fail in SemaSYCL (#18856)
jinge90 3839c4c
[UR][CTS] Update USM tests to prevent crashes in offload adapter (#18…
RossBrunton 32c6376
[UR] [L0v2] Fix mutable usage in command_list_cache (#18916)
5cb4647
[UR] Ensure mock target depends on UR_EXTERNAL_DEPENDENCIES (#18844)
kbenzie 4ec95b0
[UR] Make ur::handle_base non-copyable (#18901)
kbenzie 0b19860
[UR] Add support for feature guards (#18759)
kbenzie b437083
[SYCL][E2E][BINDLESS] Add ptr to ptr of image_handle test failing on …
JackAKirk 335b7a0
[SYCL] Add device config file consistency test (#16369)
jzc 6e92e5f
[SYCL][E2E] Add free function kernel tests as device function and hos…
dyniols 4f6a246
[SYCL] Handle non-type template parameters in integration headers (#1…
premanandrao 109a796
[SYCL][NFC] Drop unnecessary `nullptr` check (#18917)
AlexeySachkov a8c8291
[SYCL][Graph] Modified the adapters such that it is valid to call rel…
d647d5f
[CI][NFC] Set read-only permissions in workflows without permissions …
sarnex daca6a3
[SYCL] Optimize TLS usage in `NestedCallsTracker` and `tls_code_loc_t…
vinser52 a877430
[NATIVECPU][UR] added mutex to backend queue (#18923)
uwedolinsky 1774004
[SYCL] Fix linking of compressed device images when dependencies are …
uditagarwal97 496769d
[NFC][SYCL] Fix comment formatting around `KernelWrapper` (#18927)
aelovikov-intel 68f679b
Change nightly benchmarking to use shared lib no-assertions build
ianayl bb06219
Merge branch 'ianayl/benchmark-ci-use-noassert' of https://github.com…
ianayl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you done a perf comparison of static vs shared linking?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Admittedly no, although I suppose we will find out in https://github.com/intel/llvm/actions/runs/14579704073 if it's slower