1. 92c6102 Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." by Logan Smith · 3 years, 9 months ago main master
  2. dda4a45 Revert "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." by Logan Smith · 3 years, 9 months ago
  3. 39f4937 Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories. by Logan Smith · 3 years, 9 months ago
  4. 5df5f05 [CMake] Bump CMake minimum version to 3.13.4 by Louis Dionne · 4 years ago
  5. b7f7ff8 Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. by Hans Wennborg · 3 years, 9 months ago
  6. e1f5292 Disable -Wsuggest-override for all remaining unittests/ directories by Logan Smith · 3 years, 9 months ago
  7. 836f347 [arcconfig] Delete subproject arcconfigs by Shoaib Meenai · 4 years, 2 months ago
  8. 487bfad Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  9. cb76bed Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  10. b5c3708 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  11. 61df602 Update year in license files by Hans Wennborg · 5 years ago
  12. 6db26e6 Update copyright year to 2018. by Paul Robinson · 6 years ago
  13. a16450a [Axccel] Remove -Wno-missing-braces in build by Jason Henline · 7 years ago
  14. 8fbecbb [Acxxel] Remove setActiveDeviceForThread by Jason Henline · 8 years ago
  15. 044db90 [SE] Remove StreamExecutor by Jason Henline · 8 years ago
  16. c26fcc1 Initial check-in of Acxxel (StreamExecutor renamed) by Jason Henline · 8 years ago
  17. 1b70859 [SE] Change CoreTests target name by Jason Henline · 8 years ago
  18. e4af233 [SE] Fix config bug with CUDA tests by Jason Henline · 8 years ago
  19. be6ecc8 [SE] Support CUDA dynamic shared memory by Jason Henline · 8 years ago
  20. 13933d9 [SE] Let users specify CUDA path by Jason Henline · 8 years ago
  21. 486cc2c [SE] Add CUDA platform by Jason Henline · 8 years ago
  22. 6f06868 [SE] Pack global dev handle addresses by Jason Henline · 8 years ago
  23. 9230bea Device doc says device is small by Jason Henline · 8 years ago
  24. 790eae7 [SE] Platforms return Device values by Jason Henline · 8 years ago
  25. c563933 [SE] KernelSpec return best PTX by Jason Henline · 8 years ago
  26. 6f79138 [SE] Use real HostPlatformDevice for testing by Jason Henline · 8 years ago
  27. 3060f54 [SE] Host platform implementation by Jason Henline · 8 years ago
  28. fc0fca1 [SE] Add .clang-format by Jason Henline · 8 years ago
  29. ec01de7 [SE] Stop using llvm-config --cxxflags by Jason Henline · 8 years ago
  30. df8bfc5 [SE] Clean up device and host memory slices by Jason Henline · 8 years ago
  31. d6c7f39 [SE] RegisteredHostMemory for async device copies by Jason Henline · 8 years ago
  32. 77b52cc [SE] Remove Utils directory by Jason Henline · 8 years ago
  33. 376da28 [StreamExecutor] Make SE work with an in-tree LLVM build. by Justin Lebar · 8 years ago
  34. 18e8619 Add streamexecutor-config by Jason Henline · 8 years ago
  35. ec30eed [SE] Add getName method to Device class by Jason Henline · 8 years ago
  36. f5dab44 [SE] Rename PlatformInterfaces to PlatformDevice by Jason Henline · 8 years ago
  37. 09443d5 [SE] Remove Platform*Handle classes by Jason Henline · 8 years ago
  38. b463217 [SE] Add getByteCount methods for device memory by Jason Henline · 8 years ago
  39. f163d8e [SE] Remove broken doc ref by Jason Henline · 8 years ago
  40. 11daf48 [SE] Doc tweaks by Jason Henline · 8 years ago
  41. 3717a98 [SE] GlobalDeviceMemory owns its handle by Jason Henline · 8 years ago
  42. 2bf858c [SE] Add "install" actions to cmake build by Jason Henline · 8 years ago
  43. e3d2023 [SE] Don't pack raw device mem args by Jason Henline · 8 years ago
  44. bcfad14 [StreamExecutor] Pass device memory by ref by Jason Henline · 8 years ago
  45. ed139e0 [SE] Make Kernel movable by Jason Henline · 8 years ago
  46. 4fc5853 [StreamExecutor] Read dev array directly in test by Jason Henline · 8 years ago
  47. 17e14a5 [StreamExecutor] Dev handles in platform interface by Jason Henline · 8 years ago
  48. ec3a22d [SE] Make Stream movable by Jason Henline · 8 years ago
  49. e89dd2f [SE] Docs use JAVADOC_AUTOBRIEF by Jason Henline · 8 years ago
  50. 09fd3e1 [StreamExecutor] getOrDie and dieIfError utils by Jason Henline · 8 years ago
  51. 3160113 Exclude examples, unittests from doc gen by Jason Henline · 8 years ago
  52. a908f4a [StreamExecutor] Add Doxygen main page by Jason Henline · 8 years ago
  53. 254e3f8 [StreamExecutor] Add Stream::blockHostUntilDone by Jason Henline · 8 years ago
  54. 2bc9dc5 [StreamExecutor] Simplify Kernel classes by Jason Henline · 8 years ago
  55. efcb892 [StreamExecutor] Fix KernelSpec Doxygen by Jason Henline · 8 years ago
  56. 3f65f3f [StreamExecutor] Add Platform and PlatformManager by Jason Henline · 8 years ago
  57. b11290d [StreamExecutor] Rename Executor to Device by Jason Henline · 8 years ago
  58. 429d074 [StreamExecutor] Fix allocateDeviceMemory by Jason Henline · 8 years ago
  59. 90cda53 [StreamExecutor] Clean up device copy comments by Jason Henline · 8 years ago
  60. f9e14f1 [StreamExecutor] Executor add synchronous methods by Jason Henline · 8 years ago
  61. 8549f4e [StreamExecutor] Rename StreamExecutor to Executor by Jason Henline · 8 years ago
  62. 98a34ab [StreamExecutor] Add basic Stream operations by Jason Henline · 8 years ago
  63. f7dc8c9 [StreamExecutor] Add DeviceMemory and kernel arg packing by Jason Henline · 8 years ago
  64. 2ee1289 [StreamExecutor] Add kernel types by Jason Henline · 8 years ago
  65. 8fc9bd6 [StreamExecutor] Add KernelLoaderSpec by Jason Henline · 8 years ago
  66. e1f5d28 [StreamExecutor] Add error handling library by Jason Henline · 8 years ago
  67. a332818 Add .clang-format to parallel-libs by Jason Henline · 8 years ago
  68. c235672 Use HTTPS for arcconfig conduit URL by Jason Henline · 8 years ago
  69. c589114 Set up arcconfig for parallel-libs project by Jason Henline · 8 years ago
  70. c11b255 Add streamexecutor directory by Jason Henline · 8 years ago
  71. a655f67 Change mailing list names in README by Jason Henline · 8 years ago
  72. ec8b52c Create parallel-libs subproject in LLVM by Jason Henline · 8 years ago