Maneesh Gupta
01c523f6c9
Merge branch 'amd-develop' into amd-master
...
Change-Id: I53d5a8916d769c4f0fe60d2ee3b240551da80b4f
2017-04-07 15:40:25 +05:30
Maneesh Gupta
4dcbf609b7
Updated table of contents in markdown documentation
...
Change-Id: I7347a06f57f9927ca3fcc5590a6c8200bc1bb1f5
[ROCm/clr commit: cfd4620f36 ]
2017-04-07 15:38:56 +05:30
Maneesh Gupta
cfd4620f36
Updated table of contents in markdown documentation
...
Change-Id: I7347a06f57f9927ca3fcc5590a6c8200bc1bb1f5
2017-04-07 15:38:56 +05:30
Maneesh Gupta
16215ea9b2
Updated table of contents in markdown documentation
...
Change-Id: I7347a06f57f9927ca3fcc5590a6c8200bc1bb1f5
2017-04-07 15:38:56 +05:30
Maneesh Gupta
ad280696c6
Fix build issues with bit_extract sample
...
Change-Id: I628b3c83a16f7adf0ab8ca60aecde8c073c34fd9
2017-04-07 15:24:10 +05:30
Maneesh Gupta
3176273cd6
Fix build issues with bit_extract sample
...
Change-Id: I628b3c83a16f7adf0ab8ca60aecde8c073c34fd9
[ROCm/clr commit: cbb7f12b1d ]
2017-04-07 15:24:10 +05:30
Maneesh Gupta
cbb7f12b1d
Fix build issues with bit_extract sample
...
Change-Id: I628b3c83a16f7adf0ab8ca60aecde8c073c34fd9
2017-04-07 15:24:10 +05:30
Maneesh Gupta
935e3cd649
Fix build issues with bit_extract sample
...
Change-Id: I628b3c83a16f7adf0ab8ca60aecde8c073c34fd9
2017-04-07 15:24:10 +05:30
Maneesh Gupta
59db2f453f
Fix build issues in hipCommander sample
...
- Remove -stdlib=libstdc++ from Makefile
- Removed deleted HIP header file fom includes
Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe
2017-04-07 14:54:03 +05:30
Maneesh Gupta
cf6ccf67df
Fix build issues in hipCommander sample
...
- Remove -stdlib=libstdc++ from Makefile
- Removed deleted HIP header file fom includes
Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe
[ROCm/clr commit: 6877554f5e ]
2017-04-07 14:54:03 +05:30
Maneesh Gupta
6877554f5e
Fix build issues in hipCommander sample
...
- Remove -stdlib=libstdc++ from Makefile
- Removed deleted HIP header file fom includes
Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe
2017-04-07 14:54:03 +05:30
Maneesh Gupta
6e565d8469
Fix build issues in hipCommander sample
...
- Remove -stdlib=libstdc++ from Makefile
- Removed deleted HIP header file fom includes
Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe
2017-04-07 14:54:03 +05:30
foreman
ef1e999db2
P4 to Git Change 1395513 by johtaylo@johtaylo-jtincrementor-increment on 2017/04/07 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2397 to 2398.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2144 edit
[ROCm/clr commit: 00473ec7de ]
2017-04-07 03:12:23 -04:00
foreman
00473ec7de
P4 to Git Change 1395513 by johtaylo@johtaylo-jtincrementor-increment on 2017/04/07 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2397 to 2398.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2144 edit
2017-04-07 03:12:23 -04:00
Christophe Paquot
617b6fa987
Separate gfx700 and AI architectures
...
Registers are different and it's cleaner to do as such
Change-Id: I36eee4c9c74deb43ca4666baa87894765a5f27b8
2017-04-07 00:14:22 -04:00
Christophe Paquot
65f6986835
Separate gfx700 and AI architectures
...
Registers are different and it's cleaner to do as such
Change-Id: I36eee4c9c74deb43ca4666baa87894765a5f27b8
[ROCm/ROCR-Runtime commit: 617b6fa987 ]
2017-04-07 00:14:22 -04:00
Ben Sander
dc9e957a36
Finish adding start/stop event support to hipHccModuleLaunchKernel.
...
Change interface to use hipEvent_t rather than hipEvent_t*
Change-Id: I259062dc087a13d51dc27f84e1e8861f332a104d
[ROCm/clr commit: e9eaadd135 ]
2017-04-06 21:02:50 -05:00
Ben Sander
e9eaadd135
Finish adding start/stop event support to hipHccModuleLaunchKernel.
...
Change interface to use hipEvent_t rather than hipEvent_t*
Change-Id: I259062dc087a13d51dc27f84e1e8861f332a104d
2017-04-06 21:02:50 -05:00
Ben Sander
6656d33f75
Finish adding start/stop event support to hipHccModuleLaunchKernel.
...
Change interface to use hipEvent_t rather than hipEvent_t*
Change-Id: I259062dc087a13d51dc27f84e1e8861f332a104d
2017-04-06 21:02:50 -05:00
sunway513
1897ca4a20
Refactor events and add initial event option for hipHccModuleLaunchKernel
...
- Change hipEvent_t to a class.
- Move event logic inside the class.
- Add _type to support Independent, StartCommand, StopCommand events.
StartCommand returns start timestamp from events.
Change-Id: I4ddd694f2645a3ff7170c9111dc1d3e39931ca21
[ROCm/clr commit: f442e975c6 ]
2017-04-06 21:02:50 -05:00
sunway513
f442e975c6
Refactor events and add initial event option for hipHccModuleLaunchKernel
...
- Change hipEvent_t to a class.
- Move event logic inside the class.
- Add _type to support Independent, StartCommand, StopCommand events.
StartCommand returns start timestamp from events.
Change-Id: I4ddd694f2645a3ff7170c9111dc1d3e39931ca21
2017-04-06 21:02:50 -05:00
sunway513
cfa3155082
Refactor events and add initial event option for hipHccModuleLaunchKernel
...
- Change hipEvent_t to a class.
- Move event logic inside the class.
- Add _type to support Independent, StartCommand, StopCommand events.
StartCommand returns start timestamp from events.
Change-Id: I4ddd694f2645a3ff7170c9111dc1d3e39931ca21
2017-04-06 21:02:50 -05:00
sunway513
c2acfe24cc
Improve documentation for hipModuleLaunch functions.
...
Change-Id: I0e22621e499775740c3301347b7416d5f98c2414
[ROCm/clr commit: fb4e2307f1 ]
2017-04-06 21:02:50 -05:00
sunway513
fb4e2307f1
Improve documentation for hipModuleLaunch functions.
...
Change-Id: I0e22621e499775740c3301347b7416d5f98c2414
2017-04-06 21:02:50 -05:00
sunway513
5995965558
Improve documentation for hipModuleLaunch functions.
...
Change-Id: I0e22621e499775740c3301347b7416d5f98c2414
2017-04-06 21:02:50 -05:00
foreman
ada1208679
P4 to Git Change 1395358 by gandryey@gera-w8 on 2017/04/06 18:05:03
...
SWDEV-118182 - OpenCL runtime picks up wrong DLL if AMD APP SDK is installed
- Add driver store path to the dll name
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#565 edit
[ROCm/clr commit: 8a7b55e9d2 ]
2017-04-06 18:29:35 -04:00
foreman
8a7b55e9d2
P4 to Git Change 1395358 by gandryey@gera-w8 on 2017/04/06 18:05:03
...
SWDEV-118182 - OpenCL runtime picks up wrong DLL if AMD APP SDK is installed
- Add driver store path to the dll name
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#565 edit
2017-04-06 18:29:35 -04:00
Aditya Atluri
950dfd28d6
fixed header structure for complex data types
...
Change-Id: I16bf19005d933f42e8c8603c5d0b2df8ea3ad04f
[ROCm/clr commit: 1358bd8f07 ]
2017-04-06 16:43:26 -05:00
Aditya Atluri
1358bd8f07
fixed header structure for complex data types
...
Change-Id: I16bf19005d933f42e8c8603c5d0b2df8ea3ad04f
2017-04-06 16:43:26 -05:00
Aditya Atluri
0a07382d92
fixed header structure for complex data types
...
Change-Id: I16bf19005d933f42e8c8603c5d0b2df8ea3ad04f
2017-04-06 16:43:26 -05:00
Sun, Peng
9d6a04d334
GGL update, add while 0 guard for hipLaunchKernel API
...
Change-Id: Ie48ef8ca2ab5e26a51febfcd92417902c33fbf66
[ROCm/clr commit: 49a38da6e3 ]
2017-04-06 10:48:11 -05:00
Sun, Peng
49a38da6e3
GGL update, add while 0 guard for hipLaunchKernel API
...
Change-Id: Ie48ef8ca2ab5e26a51febfcd92417902c33fbf66
2017-04-06 10:48:11 -05:00
Sun, Peng
ad18bf3b29
GGL update, add while 0 guard for hipLaunchKernel API
...
Change-Id: Ie48ef8ca2ab5e26a51febfcd92417902c33fbf66
2017-04-06 10:48:11 -05:00
Aditya Atluri
d1c334df66
added __host__ for complex functions and corrected memset and memcpy test
...
Change-Id: I9ffefb7a0025aa111a54d20d2766982df15532e7
[ROCm/clr commit: 42739c37ef ]
2017-04-06 09:29:44 -05:00
Aditya Atluri
42739c37ef
added __host__ for complex functions and corrected memset and memcpy test
...
Change-Id: I9ffefb7a0025aa111a54d20d2766982df15532e7
2017-04-06 09:29:44 -05:00
Aditya Atluri
6dff2714e9
added __host__ for complex functions and corrected memset and memcpy test
...
Change-Id: I9ffefb7a0025aa111a54d20d2766982df15532e7
2017-04-06 09:29:44 -05:00
foreman
c6de5a3ff5
P4 to Git Change 1394977 by johtaylo@johtaylo-jtincrementor-increment on 2017/04/06 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2396 to 2397.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2143 edit
[ROCm/clr commit: c7271bc442 ]
2017-04-06 03:12:05 -04:00
foreman
c7271bc442
P4 to Git Change 1394977 by johtaylo@johtaylo-jtincrementor-increment on 2017/04/06 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2396 to 2397.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2143 edit
2017-04-06 03:12:05 -04:00
Sun, Peng
388f35c67a
add extra guard to grid_launch_GGL header
...
Change-Id: I120619c08ea2d084804fcb1639efbe6c4648dde9
[ROCm/clr commit: 335e107f5f ]
2017-04-05 22:25:41 -05:00
Sun, Peng
335e107f5f
add extra guard to grid_launch_GGL header
...
Change-Id: I120619c08ea2d084804fcb1639efbe6c4648dde9
2017-04-05 22:25:41 -05:00
Sun, Peng
1a8ea82497
add extra guard to grid_launch_GGL header
...
Change-Id: I120619c08ea2d084804fcb1639efbe6c4648dde9
2017-04-05 22:25:41 -05:00
Ben Sander
2f050e56f8
Update bug workarounds to reflect tool improvements.
...
[ROCm/clr commit: e8f4f76649 ]
2017-04-05 21:59:32 -05:00
Ben Sander
e8f4f76649
Update bug workarounds to reflect tool improvements.
2017-04-05 21:59:32 -05:00
Ben Sander
00bf446d53
Update bug workarounds to reflect tool improvements.
2017-04-05 21:59:32 -05:00
Ben Sander
251db89f03
Doc cleanup & add bug descript for restrict specifier issue
...
[ROCm/clr commit: 294ffbb51f ]
2017-04-05 19:40:00 -05:00
Ben Sander
294ffbb51f
Doc cleanup & add bug descript for restrict specifier issue
2017-04-05 19:40:00 -05:00
Ben Sander
aaadc60264
Doc cleanup & add bug descript for restrict specifier issue
2017-04-05 19:40:00 -05:00
Ben Sander
2dbc9b1d08
Add bug descrip for "no matching constructor"
...
[ROCm/clr commit: f345cd6f47 ]
2017-04-05 17:43:20 -05:00
Ben Sander
f345cd6f47
Add bug descrip for "no matching constructor"
2017-04-05 17:43:20 -05:00
Ben Sander
b728637692
Add bug descrip for "no matching constructor"
2017-04-05 17:43:20 -05:00