aboutsummaryrefslogtreecommitdiff
path: root/parallel-libs
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+3
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-3/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+3
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne2-2/+2
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-3/+0
2020-07-21Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith1-0/+3
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai1-4/+0
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth13-52/+39
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-21/+236
2019-01-15Update year in license filesHans Wennborg1-1/+1
2018-06-18Update copyright year to 2018.Paul Robinson1-1/+1
2016-12-19[Axccel] Remove -Wno-missing-braces in buildJason Henline3-6/+6
2016-10-28[Acxxel] Remove setActiveDeviceForThreadJason Henline7-249/+232
2016-10-25[SE] Remove StreamExecutorJason Henline51-7668/+0
2016-10-25Initial check-in of Acxxel (StreamExecutor renamed)Jason Henline21-0/+6679
2016-09-27[SE] Change CoreTests target nameJason Henline1-1/+1
2016-09-15[SE] Fix config bug with CUDA testsJason Henline2-1/+1
2016-09-15[SE] Support CUDA dynamic shared memoryJason Henline3-7/+254
2016-09-15[SE] Let users specify CUDA pathJason Henline4-51/+63
2016-09-14[SE] Add CUDA platformJason Henline13-17/+596
2016-09-13[SE] Pack global dev handle addressesJason Henline4-32/+14
2016-09-13Device doc says device is smallJason Henline1-0/+4
2016-09-13[SE] Platforms return Device valuesJason Henline4-24/+19
2016-09-13[SE] KernelSpec return best PTXJason Henline3-12/+15
2016-09-13[SE] Use real HostPlatformDevice for testingJason Henline5-151/+17
2016-09-13[SE] Host platform implementationJason Henline8-5/+329
2016-09-13[SE] Add .clang-formatJason Henline19-153/+120
2016-09-13[SE] Stop using llvm-config --cxxflagsJason Henline1-11/+4
2016-09-12[SE] Clean up device and host memory slicesJason Henline4-22/+35
2016-09-12[SE] RegisteredHostMemory for async device copiesJason Henline11-302/+393
2016-09-09[SE] Remove Utils directoryJason Henline11-19/+12
2016-09-09[StreamExecutor] Make SE work with an in-tree LLVM build.Justin Lebar12-56/+45
2016-09-08Add streamexecutor-configJason Henline4-1/+215
2016-09-07[SE] Add getName method to Device classJason Henline2-0/+7
2016-09-06[SE] Rename PlatformInterfaces to PlatformDeviceJason Henline11-27/+20
2016-09-06[SE] Remove Platform*Handle classesJason Henline10-95/+142
2016-09-03[SE] Add getByteCount methods for device memoryJason Henline2-13/+22
2016-09-02[SE] Remove broken doc refJason Henline1-3/+0
2016-09-02[SE] Doc tweaksJason Henline5-14/+41
2016-09-02[SE] GlobalDeviceMemory owns its handleJason Henline6-143/+123
2016-09-02[SE] Add "install" actions to cmake buildJason Henline2-0/+4
2016-09-02[SE] Don't pack raw device mem argsJason Henline2-116/+40
2016-09-02[StreamExecutor] Pass device memory by refJason Henline3-31/+34
2016-09-02[SE] Make Kernel movableJason Henline3-72/+12
2016-09-01[StreamExecutor] Read dev array directly in testJason Henline3-63/+97
2016-09-01[StreamExecutor] Dev handles in platform interfaceJason Henline6-153/+171
2016-09-01[SE] Make Stream movableJason Henline5-14/+17
2016-09-01[SE] Docs use JAVADOC_AUTOBRIEFJason Henline1-1/+1
2016-08-31[StreamExecutor] getOrDie and dieIfError utilsJason Henline4-37/+52