summaryrefslogtreecommitdiff
path: root/parallel-libs
AgeCommit message (Expand)Author
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg
2020-07-21Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth
2019-01-15Update year in license filesHans Wennborg
2018-06-18Update copyright year to 2018.Paul Robinson
2016-12-19[Axccel] Remove -Wno-missing-braces in buildJason Henline
2016-10-28[Acxxel] Remove setActiveDeviceForThreadJason Henline
2016-10-25[SE] Remove StreamExecutorJason Henline
2016-10-25Initial check-in of Acxxel (StreamExecutor renamed)Jason Henline
2016-09-27[SE] Change CoreTests target nameJason Henline
2016-09-15[SE] Fix config bug with CUDA testsJason Henline
2016-09-15[SE] Support CUDA dynamic shared memoryJason Henline
2016-09-15[SE] Let users specify CUDA pathJason Henline
2016-09-14[SE] Add CUDA platformJason Henline
2016-09-13[SE] Pack global dev handle addressesJason Henline
2016-09-13Device doc says device is smallJason Henline
2016-09-13[SE] Platforms return Device valuesJason Henline
2016-09-13[SE] KernelSpec return best PTXJason Henline
2016-09-13[SE] Use real HostPlatformDevice for testingJason Henline
2016-09-13[SE] Host platform implementationJason Henline
2016-09-13[SE] Add .clang-formatJason Henline
2016-09-13[SE] Stop using llvm-config --cxxflagsJason Henline
2016-09-12[SE] Clean up device and host memory slicesJason Henline
2016-09-12[SE] RegisteredHostMemory for async device copiesJason Henline
2016-09-09[SE] Remove Utils directoryJason Henline
2016-09-09[StreamExecutor] Make SE work with an in-tree LLVM build.Justin Lebar
2016-09-08Add streamexecutor-configJason Henline
2016-09-07[SE] Add getName method to Device classJason Henline
2016-09-06[SE] Rename PlatformInterfaces to PlatformDeviceJason Henline
2016-09-06[SE] Remove Platform*Handle classesJason Henline
2016-09-03[SE] Add getByteCount methods for device memoryJason Henline
2016-09-02[SE] Remove broken doc refJason Henline
2016-09-02[SE] Doc tweaksJason Henline
2016-09-02[SE] GlobalDeviceMemory owns its handleJason Henline
2016-09-02[SE] Add "install" actions to cmake buildJason Henline
2016-09-02[SE] Don't pack raw device mem argsJason Henline
2016-09-02[StreamExecutor] Pass device memory by refJason Henline
2016-09-02[SE] Make Kernel movableJason Henline
2016-09-01[StreamExecutor] Read dev array directly in testJason Henline
2016-09-01[StreamExecutor] Dev handles in platform interfaceJason Henline
2016-09-01[SE] Make Stream movableJason Henline
2016-09-01[SE] Docs use JAVADOC_AUTOBRIEFJason Henline
2016-08-31[StreamExecutor] getOrDie and dieIfError utilsJason Henline