Gráfico de commits

  • dac57ba854 Merge pull request #246 from AlexVlx/feature_use_module_based_dispatch_instead_of_pfe Ben Sander 2017-12-01 14:21:25 -06:00
  • 19e6a639e9 P4 to Git Change 1489221 by johtaylo@johtaylo-jtincrementor2-increment on 2017/12/01 03:00:05 foreman 2017-12-01 03:06:44 -05:00
  • 7a79256506 P4 to Git Change 1489221 by johtaylo@johtaylo-jtincrementor2-increment on 2017/12/01 03:00:05 foreman 2017-12-01 03:06:44 -05:00
  • 9ce3ad0bab P4 to Git Change 1488953 by wchau@wchau_OCL_boltzmann on 2017/11/30 15:44:58 foreman 2017-11-30 16:04:19 -05:00
  • f6b43efd00 P4 to Git Change 1488953 by wchau@wchau_OCL_boltzmann on 2017/11/30 15:44:58 foreman 2017-11-30 16:04:19 -05:00
  • 5fa83345a2 minor output changes Evgeny 2017-11-30 14:26:16 -06:00
  • 1d56b2197f minor output changes Evgeny 2017-11-30 14:26:16 -06:00
  • 8a739227bc Merge 'master' into 'amd-master' Jenkins 2017-11-30 04:11:08 -06:00
  • f83f9f2916 Merge 'master' into 'amd-master' Jenkins 2017-11-30 04:11:08 -06:00
  • c21c4f5302 Merge 'master' into 'amd-master' Jenkins 2017-11-30 04:11:08 -06:00
  • 9dd2ff9ce5 Merge 'master' into 'amd-master' Jenkins 2017-11-30 04:11:08 -06:00
  • d950b3aa35 P4 to Git Change 1488675 by johtaylo@johtaylo-jtincrementor2-increment on 2017/11/30 03:00:05 foreman 2017-11-30 03:06:16 -05:00
  • 7969ad569d P4 to Git Change 1488675 by johtaylo@johtaylo-jtincrementor2-increment on 2017/11/30 03:00:05 foreman 2017-11-30 03:06:16 -05:00
  • 76336d46b4 Fix legacy mode detection of the address of an agent allocated variable. In this mode, there exist two executables per each code object, one created by HCC and one created by HIP. Since we dispatch through HCC in legacy mode, we should obtain the address for an agent allocated variable from the latter's executable. Also add two omitted validity checks, whose absence could lead to segfaults when the current process had no .kernel section and / or when an invalid or empty blob was extracted from the latter. Alex Voicu 2017-11-30 03:29:04 +00:00
  • 33bb425013 Fix legacy mode detection of the address of an agent allocated variable. In this mode, there exist two executables per each code object, one created by HCC and one created by HIP. Since we dispatch through HCC in legacy mode, we should obtain the address for an agent allocated variable from the latter's executable. Also add two omitted validity checks, whose absence could lead to segfaults when the current process had no .kernel section and / or when an invalid or empty blob was extracted from the latter. Alex Voicu 2017-11-30 03:29:04 +00:00
  • 08a0d96448 Fix legacy mode detection of the address of an agent allocated variable. In this mode, there exist two executables per each code object, one created by HCC and one created by HIP. Since we dispatch through HCC in legacy mode, we should obtain the address for an agent allocated variable from the latter's executable. Also add two omitted validity checks, whose absence could lead to segfaults when the current process had no .kernel section and / or when an invalid or empty blob was extracted from the latter. Alex Voicu 2017-11-30 03:29:04 +00:00
  • 7c0b9a005b Fix legacy mode detection of the address of an agent allocated variable. In this mode, there exist two executables per each code object, one created by HCC and one created by HIP. Since we dispatch through HCC in legacy mode, we should obtain the address for an agent allocated variable from the latter's executable. Also add two omitted validity checks, whose absence could lead to segfaults when the current process had no .kernel section and / or when an invalid or empty blob was extracted from the latter. Alex Voicu 2017-11-30 03:29:04 +00:00
  • fbb85d5c38 minor fixes and comments Evgeny 2017-11-29 17:42:36 -06:00
  • 5f9840e94c minor fixes and comments Evgeny 2017-11-29 17:42:36 -06:00
  • c1c4f454d8 Add missing space (the final frontier). Alex Voicu 2017-11-29 21:50:43 +00:00
  • 2e39534377 Add missing space (the final frontier). Alex Voicu 2017-11-29 21:50:43 +00:00
  • b70bcb5f60 Add missing space (the final frontier). Alex Voicu 2017-11-29 21:50:43 +00:00
  • 20fc68c9a1 Add missing space (the final frontier). Alex Voicu 2017-11-29 21:50:43 +00:00
  • 36b680988e Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:49:10 +00:00
  • 071b260cf6 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:49:10 +00:00
  • a27fa25d76 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:49:10 +00:00
  • 4966518846 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:49:10 +00:00
  • 8d51eaafb6 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:49:10 +00:00
  • 32e11e7dc6 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:49:10 +00:00
  • e0a41791c8 Use a much simpler guard for version 1.6, which allows for direct CUDA indexing to be used. Alex Voicu 2017-11-29 21:47:04 +00:00
  • 92e80f0943 Use a much simpler guard for version 1.6, which allows for direct CUDA indexing to be used. Alex Voicu 2017-11-29 21:47:04 +00:00
  • cd61d38118 Use a much simpler guard for version 1.6, which allows for direct CUDA indexing to be used. Alex Voicu 2017-11-29 21:47:04 +00:00
  • 7acb1e6ff6 Use a much simpler guard for version 1.6, which allows for direct CUDA indexing to be used. Alex Voicu 2017-11-29 21:47:04 +00:00
  • e91f03da36 Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe Alex Voicu 2017-11-29 21:45:56 +00:00
  • 2d36d3d36e Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe Alex Voicu 2017-11-29 21:45:56 +00:00
  • 094dc0e8c5 Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe Alex Voicu 2017-11-29 21:45:56 +00:00
  • 30e4d445b1 Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe Alex Voicu 2017-11-29 21:45:56 +00:00
  • f5937ed4c2 Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe Alex Voicu 2017-11-29 21:45:56 +00:00
  • 61453e15cc Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe Alex Voicu 2017-11-29 21:45:56 +00:00
  • 1e98955e2a Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:36:29 +00:00
  • 6e2e720b26 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:36:29 +00:00
  • a1d5f0ab0c Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:36:29 +00:00
  • 2557000b56 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:36:29 +00:00
  • fcc42f035e Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:36:29 +00:00
  • fbaf729f88 Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions." Alex Voicu 2017-11-29 21:36:29 +00:00
  • 2b2bc08c10 Merge pull request #275 from mangupta/bump_version_1.5 Ben Sander 2017-11-29 15:06:02 -06:00
  • 2f542c46c8 Merge pull request #275 from mangupta/bump_version_1.5 Ben Sander 2017-11-29 15:06:02 -06:00
  • d0068bfde8 Merge pull request #275 from mangupta/bump_version_1.5 Ben Sander 2017-11-29 15:06:02 -06:00
  • a0cec19d6e Merge pull request #275 from mangupta/bump_version_1.5 Ben Sander 2017-11-29 15:06:02 -06:00
  • f5aab367f6 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions. Alex Voicu 2017-11-29 21:01:28 +00:00
  • fe3719af15 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions. Alex Voicu 2017-11-29 21:01:28 +00:00
  • 1cd6416492 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions. Alex Voicu 2017-11-29 21:01:28 +00:00
  • 4792475d01 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions. Alex Voicu 2017-11-29 21:01:28 +00:00
  • 1c50968051 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions. Alex Voicu 2017-11-29 21:01:28 +00:00
  • d2fd1f5544 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions. Alex Voicu 2017-11-29 21:01:28 +00:00
  • b14dd1271d adding kernel name to the dispatch callback data Evgeny 2017-11-29 15:01:27 -06:00
  • a41e91a13c adding kernel name to the dispatch callback data Evgeny 2017-11-29 15:01:27 -06:00
  • 8b5a6b7fed coding style formatting Evgeny 2017-11-29 13:53:12 -06:00
  • cb3a591826 coding style formatting Evgeny 2017-11-29 13:53:12 -06:00
  • 15471db275 specification rev 1.2.3 Evgeny 2017-11-29 13:24:29 -06:00
  • 841616f595 specification rev 1.2.3 Evgeny 2017-11-29 13:24:29 -06:00
  • dbd9a8736c Revert "Cleanup fmm.c" Oak Zeng 2017-11-29 09:31:46 -05:00
  • f7689d4fef Revert "Cleanup fmm.c" Oak Zeng 2017-11-29 09:31:46 -05:00
  • 5b0ba9550c Revert "More cleanup of fmm.c" Oak Zeng 2017-11-29 09:31:35 -05:00
  • 52f6a61970 Revert "More cleanup of fmm.c" Oak Zeng 2017-11-29 09:31:35 -05:00
  • 98ec873ede Bumped HIP version to 1.5 and updated summary in HIP release notes Maneesh Gupta 2017-11-29 13:56:17 +05:30
  • 2d5e0274ef Bumped HIP version to 1.5 and updated summary in HIP release notes Maneesh Gupta 2017-11-29 13:56:17 +05:30
  • 0ade69d98f Bumped HIP version to 1.5 and updated summary in HIP release notes Maneesh Gupta 2017-11-29 13:56:17 +05:30
  • f4187b0f16 Bumped HIP version to 1.5 and updated summary in HIP release notes Maneesh Gupta 2017-11-29 13:56:17 +05:30
  • 769839fb56 P4 to Git Change 1488107 by johtaylo@johtaylo-jtincrementor2-increment on 2017/11/29 03:00:04 foreman 2017-11-29 03:06:04 -05:00
  • 6bd1e02aa0 P4 to Git Change 1488107 by johtaylo@johtaylo-jtincrementor2-increment on 2017/11/29 03:00:04 foreman 2017-11-29 03:06:04 -05:00
  • a427fde26a Cleanup Signal interfaces for doorbells. Sean Keely 2017-11-28 22:10:07 -06:00
  • d2e70bb999 Cleanup Signal interfaces for doorbells. Sean Keely 2017-11-28 22:10:07 -06:00
  • 4d18ad9ebe Fix compiler version check. Alex Voicu 2017-11-29 03:05:53 +00:00
  • 93e595c267 Fix compiler version check. Alex Voicu 2017-11-29 03:05:53 +00:00
  • c58a083e96 Fix compiler version check. Alex Voicu 2017-11-29 03:05:53 +00:00
  • b881cf713c Fix compiler version check. Alex Voicu 2017-11-29 03:05:53 +00:00
  • 63ab6df5b3 Merge pull request #119 from sclarkson/master Sylvain Jeaugey 2017-11-28 18:41:26 -08:00
  • 286916a1a3 Merge pull request #119 from sclarkson/master Sylvain Jeaugey 2017-11-28 18:41:26 -08:00
  • 0636d6a976 Add missing file. Alex Voicu 2017-11-29 02:16:44 +00:00
  • e305d3fc94 Add missing file. Alex Voicu 2017-11-29 02:16:44 +00:00
  • 00e435bda1 Add missing file. Alex Voicu 2017-11-29 02:16:44 +00:00
  • 3ed8897a5a Add missing file. Alex Voicu 2017-11-29 02:16:44 +00:00
  • 495c1da5f3 Pull from github (tstellar): Sean Keely 2017-11-22 14:35:59 -06:00
  • b93ffafdc7 Pull from github (tstellar): Sean Keely 2017-11-22 14:35:59 -06:00
  • 6b21218303 Fix oversight in selection mechanism which led to erroneous code to be compiled for the grid_launch_GGL component. Alex Voicu 2017-11-29 01:37:52 +00:00
  • 37c1811b2a Fix oversight in selection mechanism which led to erroneous code to be compiled for the grid_launch_GGL component. Alex Voicu 2017-11-29 01:37:52 +00:00
  • b996310710 Fix oversight in selection mechanism which led to erroneous code to be compiled for the grid_launch_GGL component. Alex Voicu 2017-11-29 01:37:52 +00:00
  • faa546d194 Fix oversight in selection mechanism which led to erroneous code to be compiled for the grid_launch_GGL component. Alex Voicu 2017-11-29 01:37:52 +00:00
  • 37132e4a21 Improve loop variables. Sean Keely 2017-11-22 19:11:09 -06:00
  • 4b603e803d Improve loop variables. Sean Keely 2017-11-22 19:11:09 -06:00
  • 7ed62f815f Pull from github (pmargheritta): Sean Keely 2017-11-22 15:18:26 -06:00
  • 5872b618de Pull from github (pmargheritta): Sean Keely 2017-11-22 15:18:26 -06:00
  • cdac21c81a Choose whether or not to use functional grid_launch based on the version of HCC used to compile. Alex Voicu 2017-11-29 00:17:44 +00:00
  • c6ab6f292b Choose whether or not to use functional grid_launch based on the version of HCC used to compile. Alex Voicu 2017-11-29 00:17:44 +00:00
  • dd8a589893 Choose whether or not to use functional grid_launch based on the version of HCC used to compile. Alex Voicu 2017-11-29 00:17:44 +00:00
  • 89e9399427 Choose whether or not to use functional grid_launch based on the version of HCC used to compile. Alex Voicu 2017-11-29 00:17:44 +00:00
  • 8917c073fa P4 to Git Change 1487815 by emankov@em-hsa-lightning on 2017/11/28 16:19:33 foreman 2017-11-28 16:25:11 -05:00
  • a5884cdbf4 P4 to Git Change 1487815 by emankov@em-hsa-lightning on 2017/11/28 16:19:33 foreman 2017-11-28 16:25:11 -05:00
  • 90f35469d6 Cosmetic changes in events.c Oak Zeng 2017-11-28 15:20:51 -05:00