-
Notifications
You must be signed in to change notification settings - Fork 788
LLVM and SPIRV-LLVM-Translator pulldown (WW43) #11670
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
Merged
Merged
Changes from all commits
Commits
Show all changes
711 commits
Select commit
Hold shift + click to select a range
2df69ed
[X86] Add scalar isel test coverage for AND/OR/XOR types
RKSimon d3cf00b
[InstCombine] Remove some redundant select folds (NFCI)
nikic 34c33bb
[InstCombine] Remove redundant fold in foldSelectExtConst() (NFCI)
nikic 1a7061c
[InstCombine] Remove redundant logical select fold (NFCI)
nikic f07718b
[mlir][transform] Improve error when merging of modules fails. (#69331)
ingomueller-net 1f02743
Reland "Add Documentation for Execution Results Handling in Clang-Rep…
vgvassilev b901aca
[InstCombine] Remove unnecessary typed pointer fold (NFCI)
nikic d8a5c79
[clang][Sema] Correct end for the `CastOperation.OpRange` (#69480)
HoBoIs 8edcfa0
[bazel] Add missing dependencies for ba8ae9866be1d0f65f1c86fd1c657f47…
d0k 8875f78
[mlir] Change default NVVM compilation to `fatbin` from `bin` (#70052)
grypp 7cce908
[RISCV][GISel][NFC] Correct the test case in constant32.mir (#70003)
4vtomat 14b0ae4
[InstCombine] Remove redundant fold in foldUnsignedUnderflowCheck() (…
nikic b5c4456
[InstCombine] Remove redundant folds in foldCastedBitwiseLogic() (NFCI)
nikic 35f4b49
Merge from 'sycl' to 'sycl-web'
95e4ad3
[InstCombine] Remove redundant add+and fold (NFCI)
nikic 8d307f5
[SLP]Fix PR69246: do not treat resizing maskas identity.
alexey-bataev 6e3e21d
[InstCombine] Remove unnecessary removeBitcastsFromLoadStoreOnMinMax(…
nikic 295dbd5
Merge from 'main' to 'sycl-web' (446 commits)
maarquitos14 ec06459
Revert "[mlgo] Fix tests post 760e7d0"
mtrofin 00d3ed6
[Reland] Detect against invalid variant index for LibStdC++ std::vari…
jeffreytan81 7c651a1
[libunwind][AIX] static_cast the value from getLR() to avoid the warn…
xingxue-ibm 9f3e340
[clang]Transform uninstantiated ExceptionSpec in TemplateInstantiator…
HerrCai0907 4c600bd
[NVPTX] Add a test to verify the .version with sm_90(a)
d0k 513b950
Make -frewrite-includes handle -include correctly
pogo59 ebf4c69
[Clang][LTO][GISel] Propagate `-fglobal-siel` to LTO (#69747)
mshockwave 93f8e52
[FunctionAttrs] Improve handling of alias-preserving intrinsic calls …
krzysz00 8286743
[flang][openacc] Allow acc routine at the top level (#69936)
clementval d79051f
[SLP]Fix PR70004: Do not change insert point for reduction gather nodes.
alexey-bataev f65cd04
[ModuleInliner] Remove an extraneous pair of std::push_heap and std::…
kazutakahirata 3b89794
Reintroduce accidentally deleted "protected" keyword in SymbolFileDWA…
augusto2112 4f8ab93
Fix build failure caused by bad conflict resolution. (#11643)
maarquitos14 16fe53c
[NFC][Clang] Remove unused variable "AOBFileNames"
jmmartinez d2ce3e9
[builtins] Support building the 128-bit float functions on ld80 platf…
arichardson e3476f6
[lldb][gardening] Remove full name of "DWARFDIE" type in GetTypeForDI…
augusto2112 9f592cb
[GISel] Pass MPO and VA to assignValueToAddress by const reference. N…
topperc ad7611d
[builtins] Fix floattitf.c etc. compilation on Solaris/SPARC (#70058)
rorth 86b4388
[OpenMP 5.2] Deprecate syntax of map modifiers without comma separato…
mdfazlay 211dc4a
[Analysis] Add Scalable field in MemoryLocation.h (#69716)
harviniriawan 4c28e66
[ADT] Support appending multiple values (#69891)
kuhar 122c89b
[dsymutil] Add support for mergeable libraries
Alpha-10000 34459b7
[OpenMP] Provide big-endian bitfield definitions (#69995)
iii-i 77c2b62
[OpenMP][Tests] Sync struct DEP with the runtime (#69982)
iii-i d593f6c
Revert "[clang] Support fixed point types in C++ (#67750)" (#69963)
zahiraam 8a57bc0
[mlir][tosa] Add verifiers to ReduceOps, fix shape inference crash (#…
ubfx 4950467
Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)
adrian-prantl f418319
Reland "[clang][Sema] Use original template pattern when declaring im…
antangelo 4396126
[mlir][sparse] hoists alloca outside the outermost loop. (#70085)
PeimingLiu fa7c50d
[RISCV] Rename hasFixedResult to willVLBeAVL [nfc]
preames 570c168
[flang][openacc] Support single array element in data clause (#70065)
clementval 20d97ad
[Clang] Mark declarators invalid in the presence of ill-formed explic…
cor3ntin 3a72bcb
[BOLT] Fix build issues after #69836 (#70087)
aaupov 717946f
Revert "[dsymutil] Add support for mergeable libraries"
preames 2732860
[RISCV][InsertVSETVLI] Add Subtarget variable to class [nfc]
preames e1e0598
[libc++] Update status of P2770R0, P2441R2 and P2711R1 (#70045)
JMazurkiewicz 888f070
[Github] Add support for building libc docs in Github actions (#69824)
boomanaiden154 8244ff6
[BOLT] Fix incorrect basic block output addresses (#70000)
maksfb 20020c1
[DAGCombiner] Fix misuse of getZeroExtendInReg in SimplifySelectCC. (…
topperc 117041d
[NFC][SLP] Add test case for issue #69670. (#70088)
260dbb4
[mlir][sparse] add COO to python tests (#70090)
aartbik c780352
[mlir][sparse] implement sparse_tensor.lvl operation. (#69993)
PeimingLiu f8058a3
[mlir] Fix nvvm integration tests build error (#70113)
grypp bac3808
Reapply "[compiler-rt] Allow Fuchsia to use 64-bit allocator for RISC…
PiJoules 1b11729
[AArch64][GlobalISel] Add support for post-indexed loads/stores. (#69…
aemerson 14520fa
[OpenMP][MLIR] Use opaque pointers in OpenMP translation tests 1/2 (#…
kiranchandramohan b2accb9
[RISCV] Mark V0 regclasses as larger superclasses of non-V0 classes (…
lukel97 2f3d4f6
[clangd] Do not offer RawStringLiteral code action in C and C++98 (#6…
robozati 3935a29
[clangd] Support `-stdlib` flags in SystemIncludeExtractor. (#69283)
cjc25 a3c6875
[SLP][NFC]Remove unused variables, NFC.
alexey-bataev 567a660
[OpenMP 5.2] Initial parsing and semantic analysis suppport for 'step…
mdfazlay b4e5529
[libc] Fix printf long double inf, bitcast in msan (#70067)
michaelrj-google 2f4328e
[GISel] Make assignValueToReg take CCValAssign by const reference. (#…
topperc cdcaef8
[RISCV][GISel] Add ISel support for SHXADD_UW and SLLI.UW (#69972)
mshockwave 3324776
[SLP] Improve gather tree nodes matching when users are PHIs. (#70111)
2e3c62b
[mlir][tensor][NFC] Simplify `SubsetInsertionOpInterface` implementat…
matthias-springer 2282af2
[libc] Disable -NaN test on float128 systems (#70146)
michaelrj-google 05a4212
[builtins] Avoid using long double in generic sources (#69754)
arichardson b745ce9
[builtins] Revert accidental change to PPC implementation in 05a4212c…
arichardson ac24238
[LowerSwitch] Don't let pass manager handle the dependency (#68662)
ruiling 0555c9a
[llvm][support] Show name of overlapping cl option (#70108)
makslevental 69ade08
[RISCV][NFC] Fix comments in foldMemoryOperandImpl (#70033)
wangpc-pp e3cf80c
BlockFrequencyInfoImpl: Avoid big numbers, increase precision for sma…
MatzeB d72aa10
[ADT] Remove an extraneous ternary operator (NFC)
kazutakahirata 1066481
[lldb-vscode] Allow specifying a custom escape prefix for LLDB comman…
walter-erquinigo cadcc7b
[Flang][OpenMP] Port OpenMP single tests to hlfir flow (#69877)
harishch4 f2441a0
[LoongArch] Set some operations action for LSX and LASX
wangleiat 9abf3df
[ValueTracking] Analyze `Select` in `isKnownNonEqual`. (#68427)
mgudim fa19ef7
[mlir][python] Clear PyOperations instead of invalidating them. (#70044)
ingomueller-net f999e1d
[Flang][OpenMP] Replace fir.store with hlfir.assign in OpenMP single …
harishch4 f9306f6
[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)
kazutakahirata 35d771f
[RISCV][GISel] Fix failure to legalize non-power of 2 shifts between …
topperc 34af57c
[RISCV][GISel] Add G_SEXTLOAD to legalizer and regbank select. Add in…
topperc b6b0756
[flang] Allow lowering of sub-expressions to be overridden (#69944)
jeanPerier 9ae11a5
[Driver] Add `--` to some test clang-cl command lines. (#70055)
statham-arm bf3a981
[MLIR] Properly add operations to blocks during `createOrFold` (#70010)
mortbopet 8a1ce2d
[flang][codegen] Update FIR codegen to use mlir.llvm opaque pointers …
jeanPerier d25e0aa
[Sema] Fixed faulty shift count warning (#69521)
karka228 99c15eb
[mlir][transform] Handle multiple library preloading passes. (#69705)
ingomueller-net a770098
[lldb][AArch64] Correct type of 32 bit GPR RegisterValues when using …
DavidSpickett f2c09e5
[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#66768)
DavidSpickett 0e27cbe
[RISCV] Run mem2reg to simplify Zbc tests (#70169)
wangpc-pp 8d80a45
Revert "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regd…
DavidSpickett 7df92fb
[InstCombine] Remove redundant icmp gep fold (NFCI)
nikic 3a39346
[InstCombine] Remove unnecessary typed pointer handling (NFC)
nikic 1d10369
Reland "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regd…
DavidSpickett 4baeed8
[InstCombine] Remove unnecessary handling of non-canonical predicates…
nikic b81bfea
[llvm][TableGen] Add a README to the main TableGen folder (#69943)
DavidSpickett 26e35b0
[mlir][NFC] Move `foldAttributesIntoMap` to `IR` build unit (#70155)
matthias-springer f386045
[InstCombine] Test extra and use in processUMulZExtIdiom() fold (NFC)
nikic d8abce1
[lldb][AArch64] Read mte_ctrl register from core files (#69689)
DavidSpickett e7012ba
[lldb][AArch64] Add isAArch64SMEFA64 check to SME testing (#68094)
DavidSpickett ff67b68
[lldb] On POSIX, check for duplicate interpreter modules without load…
DavidSpickett ab7e8b7
[mlir][tosa] fix a crash when sliceOp has invalid attribute (#68486) …
lipracer 061d978
[mlir][test] Update tests to use vector.print str (NFC) (#68973)
MacDue 82aeedc
[InstCombine] Remove unnecessary eq/ne handling from processUMulZExtI…
nikic 5640d28
[AArch64] Add test showing incorrect code-gen
ostannard c912f88
[InstCombine] Remove false commutativity from processUMulZExtIdiom() …
nikic 2399c77
[Clang][DebugInfo] Clang generates an extra spurious unnamed 'dbg.dec…
CarlosAlbertoEnciso 419c6da
[mlir][LLVM] Verify too many indices in GEP verifier (#70174)
zero9178 7e8eccd
[AArch64] Move SLS later in pass pipeline
ostannard c249e27
[RISCV] Add missing break in switch-case in convertToThreeAddress fun…
tclin914 9d35387
[AArch64] Disable by default MachineSink sink-and-fold (#70101)
momchil-velikov c82ebfb
Revert "[AMDGPU] Accept arbitrary sized sources in CalculateByteProvi…
jayfoad dddd0c2
[lldb][AArch64] Simplify AArch64SMEFA64 check
DavidSpickett 6242c8c
[flang] add TBAA tags to global and direct variables
tblah 5efa84c
[clang-format] Don't align comments over scopes
HazardyKnusperkeks 3ab03ad
[SelectionDAG] Salvage debug info for non-constant ADDs (#68981)
dstenb f7fc98a
[OpenMP][Archer] Do not check for column numbers in backtraces (#70075)
iii-i c4e9a43
[libc] Fix a constexpr violation from b4e552999de518a1d006c7b84f94491…
d0k 6d66440
[LLD] [MinGW] Hook up --icf=safe to -opt:safeicf (#70037)
mstorsjo 66f4a13
[C23] Use thread_local semantics (#70107)
AaronBallman 69209e3
[clang-format] AllowShortCompoundRequirementOnASingleLine
Backl1ght d1e3d32
[AMDGPU][NFCI] Decouple actual register encodings from HWEncoding val…
kosarev a8913f8
[X86] Regenerate pr38539.ll
RKSimon c360ce0
[Flang][OpenMP] NFC: Copy target test to HLFIR flow
kiranchandramohan 23d6a6d
[clang-format] Fix the version for a newly added option
owenca 9104e82
[SystemZ][NFC] Fix a couple of style issues (#69958)
redstar 42c25fd
[lldb][docs][AArch64] Update example in SME docs
DavidSpickett 078ae8c
[Offloading][NFC] Move creation of offloading entries from OpenMP (#7…
jhuber6 6c0ceae
[NFC][Clang] Make GetSDLFromOffloadArchive and SDLSearch static (#70201)
jmmartinez 80db833
[tooling/include-mapping] Add missing localtime_r symbols (#66091)
hokein 2005f48
[clang][NFC] Refactor `Selector` to use `PointerIntPair` inside (#69916)
Endilll d9cfb82
[AArch64] Add test for #70207 (NFC)
nikic 2f055dd
[mlir][ArmSME] Add tile slice layout attr to vector <-> tile ops (#69…
c-rhodes 6b25890
Revert "[SelectionDAG] Salvage debug info for non-constant ADDs (#689…
dstenb ac534d2
[X86] combineArithReduction - use PACKUSWB directly for PSADBW(TRUNCA…
RKSimon 7c94603
[NFC][Clang] Make read-only arguments of GetSDLFromOffloadArchive and…
jmmartinez 6687c57
[NFC][Clang] Make GetSDLFromOffloadArchive return void
jmmartinez 00b7979
[clang][analyzer][NFC] Combine similar methods of StreamChecker (#70170)
benshi001 d1f5954
[clang][dataflow] Add `Environment::allows()`. (#70046)
martinboehme 2dea7bd
[AArch64][GlobalISel] Legalize NEON smin,smax,umin,umax,fmin,fmax int…
dzhidzhoev 53705dd
[clang]improve diagnosing redefined defaulted constructor with differ…
HerrCai0907 62ae549
[flang][openacc] Add implicit copy for reduction in combined construc…
razvanlupusoru 84d8ace
[OpenMP][Obvious] Fix function prototype when used in C mode
jhuber6 08e7653
[bazel] Port 078ae8cd64b44f2ead538c45cf7fb4c4b63fdcaa
d0k 28a8f1b
[bazel] Add missing dependency
d0k cc2fbc6
[CodeLayout] Faster basic block reordering, ext-tsp (#68617)
spupyrev 22f1217
[SelectionDAG] Salvage debug info for non-constant ADDs (2nd try) (#6…
dstenb ea99df2
[InstCombine] Rename some variables (NFC)
nikic bbab5e4
[MLIR][OpenMP] Use opaque pointers in OpenMP translation tests 2/2 (#…
kiranchandramohan a12d057
[mlir][sparse] update block24 example (#70145)
aartbik 3a2b39d
Merge from 'sycl' to 'sycl-web'
8e00d59
[clang] Remove redundant ptr-to-ptr bitcasts (NFC)
JOE1994 8c8336f
Add missing `linalg.batch_vecmat` named op (#70218)
bjacob 9bdeab1
[LinkerWrapper][Obvious] Fix dangling stringref on Xcuda-ptxas options
jhuber6 8a181f4
[OpenMP][Obvious] Fix incompatbile function prototype causing failures
jhuber6 2d292ab
[llvm] Followup fix for "Use XMACROS for MachO platforms" (#70140)
ributzka c9c9bf0
[DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INR…
RKSimon cd29e19
[Sema] -Wzero-as-null-pointer-constant: don't warn for __null (#69126)
zeux e696379
[RISCV][GISel] Falling back to SDISel for scalable vector type values…
mshockwave aa30018
SLP/RISCV: add negative test for llrint, increase coverage (#69940)
artagnon 7dad7ab
Scalarizer: add negative test for lrint, llrint (#70203)
artagnon 9d712d2
[MLIR][pass registry] show overlapping pass pipeline name (#70167)
makslevental 7f76a30
Merge from 'main' to 'sycl-web' (151 commits)
maarquitos14 7ce613f
[AMDGPU] Cleanup hasUnwantedEffectsWhenEXECEmpty function (#70206)
cdevadas f22d82c
[lldb/Interpreter] Make ScriptedInterface Object creation more generi…
medismailben 2602667
Merge from 'sycl' to 'sycl-web' (5 commits)
c60bd0e
[X86] Regenerate select-mmx.ll
RKSimon b8e0693
[Clang] Ensure zero-init is not overridden when initializing a base c…
shafik 8efd679
[RISCV][GISel] Add clampScalar G_ZEXTLOAD/G_SEXTLOAD legalization rules.
topperc ca3545f
[Libomptarget] Bump up PTX version from +ptx61 to +ptx63 (#70227)
jhuber6 7b8e686
[lldb] Fix build failure introduced by f22d82c
medismailben 0e4264a
[lldb][libc++] Adds chrono data formatters.
mordante 8715600
[AMDGPU] Set SchedRW = Write64Bit on V_MOV_B64 (#70135)
rampitec 7e34ee5
Update stdckdint.h and make it available in pre-C23 modes. (#69649)
ZijunZhaoCCK 674b53d
[RISCV][GISel] Add widenScalarToNextPow2 to G_SEXTLOAD/G_ZEXTLOAD leg…
topperc c362cc2
[mlgo][regalloc] Fix reference file post e3cf80c
mtrofin eb1d800
Merge from 'main' to 'sycl-web' (8 commits)
fineg74 8b32289
[libclang/python] Add missing concept declaration CursorKind (#69125)
VelocityRa 7fde4ff
[Mips][GISel] Fix a couple issues with passing f64 in 32-bit GPRs. (#…
topperc 4d80e93
[RISCV] Remove RISCVISD opcodes for LGA, LA_TLS_IE, and LA_TLS_GD. (#…
topperc d0584e2
[CodeLayout] Update to resolve Wdangling warning.
alinas 94aaaf4
Update m68k tests to new block placement
MatzeB 20d2102
[clang-tidy] Ignore deleted functions in cppcoreguidelines-rvalue-ref…
PiotrZSL d4e6e40
Improve debug names index fetching global variables performance (#70231)
jeffreytan81 006cd37
[OpenMP][Obvious] Fix incorrect variant selector in test
jhuber6 01ac180
[mlir][nvvm] Fix mov.u32 to mov.pred (#70027)
grypp ced9f4f
[MLIR] Modify lowering of gpu.alloc op to llvm (#69969)
nbpatel 0ab6947
[clang] Fix trailing whitespace in DiagnosticParseKinds.td
jrtc27 0fc8f0b
[CMake] Correctly handle LLVM_ENABLE_RUNTIMES in targets (#69869)
petrhosek e3d2a7d
[libc] Compile the GPU functions with '-fconvergent-functions' (#70229)
jhuber6 17b5445
[Libomptarget] Add a wavefront sync builtin for the AMDGPU implementa…
jhuber6 d32e801
[RISCV][GISel] Add FP calling convention support (#69138)
topperc da27c25
[LLVM[NFC] Refactor to allow debug_names entries to conatain DIE offs…
ayermolo da1736e
[RISCV][GISel] Add legalizer support for G_FADD/G_FSUB/G_FMUL/G_FDIV …
topperc b379520
[RISCV][GISel] Add missing using LegalityPredicates.
topperc c2b64df
[RISCV][GISel] Add regbank selection for G_FADD/G_FSUB/G_FMUL/G_FDIV …
topperc 77edd9b
[lldb] Refactor InstrumentationRuntimeAsan and add a new plugin (#69388)
usama54321 3c2203a
[RISCV] Use a switch instead of a series of if-clauses [nfc]
preames 0a8f54c
[X86][GlobalISel] Add legalization of 64-bit G_ICMP for i686 (#69478)
e-kud 29181bd
Revert "[RISCV] Use a switch instead of a series of if-clauses [nfc]"
preames 716c022
[RISCV][GISel] Add instruction selection for G_FADD/G_FSUB/G_FMUL/G_F…
topperc ca8d02d
[RISCV] Use a switch instead of a series of if-clauses [nfc] (try 2)
preames 8958f0d
[Driver][test] Improve mcmodel.c
MaskRay 7e83a1a
[mlir][sparse] add verification of absent value in sparse_tensor.unar…
aartbik 3dbcd73
[flang][NFC] Update comment to be generic
clementval 740582f
[mlir][sparse] test for linalg tensor semantics (#70254)
aartbik 4c60c0c
[LowerMemIntrinsics] Remove no-op ptr-to-ptr bitcasts (NFC)
JOE1994 94ed99a
[gn build] Manually port 078ae8cd
aeubanks a1b4238
[clang][deps] Fix `__has_include` behavior with umbrella headers (#70…
jansvoboda11 10508b6
[LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF…
walter-erquinigo 78dcd01
Improve CI output. (#70236)
EricWF 9237ce4
[OpenMP 5.2] Deprecate old syntax of linear clause (#70152)
mdfazlay c9ca2fe
[AMDGPU] Fix gcc -Wparentheses warning. NFC (#70239)
topperc 463a02b
[lldb] Part 1 of 2 - Refactor `CommandObject::Execute(...)` return `v…
PortalPete dfa3570
[lldb] Add test dependency on the `runtimes` instead of the `cxx` target
JDevlieghere b82c629
Fix log format strings
adrian-prantl 7523b89
[llvm] Remove no-op ptr-to-ptr bitcasts (NFC)
JOE1994 265ed68
[clang-format] Fix a JavaScript import order bug
owenca 109aa58
[RISCV] Add an experimental pseudoinstruction to represent a remateri…
topperc a3e5c94
[gn build] Port 109aa586f073
llvmgnsyncbot 2abf997
[lldb] Fix assertions caused by un-checked errors in ScriptedProcess
medismailben 04ca1b6
[clang-tidy]fix misc-unused-using-decls false positive false for usin…
HerrCai0907 d8a5215
[mlir][doc] Slightly clarify bufferization documentation (#70212)
rikhuijzer 44193a0
[TableGen][NFC] Format CompressInstEmitter (#68564)
wangpc-pp f09f58d
[OpenMP] [OMPD] Fix CMake install command
yuanfang-chen f40ed13
[Driver] Use StringSet::contains (NFC)
kazutakahirata 76dea22
[mlir][doc] Improve Destination-passing-style documentation (#70283)
joker-eph 2e2011d
[mlir][sparse] avoid excessive macro magic (#70276)
aartbik fa18827
[Driver] Remove some misused NoXarchOption
MaskRay 652a40e
Merge from 'sycl' to 'sycl-web'
b05e2dd
Merge from 'main' to 'sycl-web' (88 commits)
maarquitos14 711d9ea
[Github] Add lld to docs CI (#69821)
boomanaiden154 c5be48f
[Github] Fix libc docs build (#70363)
jsji e8bb014
Disable a variable length array error to resolve test failure
fineg74 56989e6
[SYCL][TEST] Generate GCH with PchSignature instead of empty file
jsji 0d7241a
[CI][Docs] install the official requirements
sys-ce-bb 49eb0e3
Revert "[SYCL][CUDA] Xfail ext-native-math.cpp test. (#11580)"
jsji e7c0b89
[SYCL][DOC] set myst implicit targets setting
jsji edccb9b
[SYCL][DOC] Fix warnings after upgrading sphinx
jsji 68e765c
[SYCL][TEST] Fix variable length array warning/notes
jsji 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.