summaryrefslogtreecommitdiff
path: root/parallel-libs
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith2020-07-221-0/+3
* Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith2020-07-221-3/+0
* Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith2020-07-221-0/+3
* [CMake] Bump CMake minimum version to 3.13.4Louis Dionne2020-07-222-2/+2
* Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg2020-07-221-3/+0
* Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith2020-07-211-0/+3
* [arcconfig] Delete subproject arcconfigsShoaib Meenai2020-02-241-4/+0
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-21/+236
* Update year in license filesHans Wennborg2019-01-151-1/+1
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* [Axccel] Remove -Wno-missing-braces in buildJason Henline2016-12-193-6/+6
* [Acxxel] Remove setActiveDeviceForThreadJason Henline2016-10-287-249/+232
* [SE] Remove StreamExecutorJason Henline2016-10-2551-7668/+0
* Initial check-in of Acxxel (StreamExecutor renamed)Jason Henline2016-10-2521-0/+6679
* [SE] Change CoreTests target nameJason Henline2016-09-271-1/+1
* [SE] Fix config bug with CUDA testsJason Henline2016-09-152-1/+1
* [SE] Support CUDA dynamic shared memoryJason Henline2016-09-153-7/+254
* [SE] Let users specify CUDA pathJason Henline2016-09-154-51/+63
* [SE] Add CUDA platformJason Henline2016-09-1413-17/+596
* [SE] Pack global dev handle addressesJason Henline2016-09-134-32/+14
* Device doc says device is smallJason Henline2016-09-131-0/+4
* [SE] Platforms return Device valuesJason Henline2016-09-134-24/+19
* [SE] KernelSpec return best PTXJason Henline2016-09-133-12/+15
* [SE] Use real HostPlatformDevice for testingJason Henline2016-09-135-151/+17
* [SE] Host platform implementationJason Henline2016-09-138-5/+329
* [SE] Add .clang-formatJason Henline2016-09-1319-153/+120
* [SE] Stop using llvm-config --cxxflagsJason Henline2016-09-131-11/+4
* [SE] Clean up device and host memory slicesJason Henline2016-09-124-22/+35
* [SE] RegisteredHostMemory for async device copiesJason Henline2016-09-1211-302/+393
* [SE] Remove Utils directoryJason Henline2016-09-0911-19/+12
* [StreamExecutor] Make SE work with an in-tree LLVM build.Justin Lebar2016-09-0912-56/+45
* Add streamexecutor-configJason Henline2016-09-084-1/+215
* [SE] Add getName method to Device classJason Henline2016-09-072-0/+7
* [SE] Rename PlatformInterfaces to PlatformDeviceJason Henline2016-09-0611-27/+20
* [SE] Remove Platform*Handle classesJason Henline2016-09-0610-95/+142
* [SE] Add getByteCount methods for device memoryJason Henline2016-09-032-13/+22
* [SE] Remove broken doc refJason Henline2016-09-021-3/+0
* [SE] Doc tweaksJason Henline2016-09-025-14/+41
* [SE] GlobalDeviceMemory owns its handleJason Henline2016-09-026-143/+123
* [SE] Add "install" actions to cmake buildJason Henline2016-09-022-0/+4
* [SE] Don't pack raw device mem argsJason Henline2016-09-022-116/+40
* [StreamExecutor] Pass device memory by refJason Henline2016-09-023-31/+34
* [SE] Make Kernel movableJason Henline2016-09-023-72/+12
* [StreamExecutor] Read dev array directly in testJason Henline2016-09-013-63/+97
* [StreamExecutor] Dev handles in platform interfaceJason Henline2016-09-016-153/+171
* [SE] Make Stream movableJason Henline2016-09-015-14/+17
* [SE] Docs use JAVADOC_AUTOBRIEFJason Henline2016-09-011-1/+1
* [StreamExecutor] getOrDie and dieIfError utilsJason Henline2016-08-314-37/+52