76333 Commits

Author SHA1 Message Date
Maneesh Gupta 506d4086a9 hipDispatchLatency: reduce iterations to 5120
Change-Id: I94ae4993ff5058cf15f9487a5a528fc24c1ad5fa
2016-06-13 14:23:51 +05:30
foreman a23a729a03 P4 to Git Change 1278958 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/13 03:00:10
SWDEV-2 - Change OpenCL version number from 2143 to 2144.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1890 edit


[ROCm/clr commit: 0a6f25b703]
2016-06-13 03:22:30 -04:00
foreman 0a6f25b703 P4 to Git Change 1278958 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/13 03:00:10
SWDEV-2 - Change OpenCL version number from 2143 to 2144.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1890 edit
2016-06-13 03:22:30 -04:00
Aditya Atluri 4e46d95dac added normcdf support
Change-Id: I4887bc588589ed067eaa339d5eccd988c1c5d649


[ROCm/clr commit: 20b991e99a]
2016-06-13 10:09:37 +05:30
Aditya Atluri 20b991e99a added normcdf support
Change-Id: I4887bc588589ed067eaa339d5eccd988c1c5d649
2016-06-13 10:09:37 +05:30
Aditya Atluri bc1e9a27bb added normcdf support
Change-Id: I4887bc588589ed067eaa339d5eccd988c1c5d649


[ROCm/hip commit: 798aa48032]
2016-06-13 10:09:37 +05:30
Aditya Atluri 798aa48032 added normcdf support
Change-Id: I4887bc588589ed067eaa339d5eccd988c1c5d649
2016-06-13 10:09:37 +05:30
Maneesh Gupta 449f868019 Merge "Added more device functions" into amd-master
[ROCm/clr commit: 102b424ca9]
2016-06-12 23:51:02 -04:00
Maneesh Gupta 102b424ca9 Merge "Added more device functions" into amd-master 2016-06-12 23:51:02 -04:00
Maneesh Gupta 4459c146a3 Merge "Added more device functions" into amd-master
[ROCm/hip commit: b018a090e4]
2016-06-12 23:51:02 -04:00
Maneesh Gupta b018a090e4 Merge "Added more device functions" into amd-master 2016-06-12 23:51:02 -04:00
Maneesh Gupta ef0fdcc0a0 Merge "added test for float device functions c6dfb0" into amd-master
[ROCm/clr commit: fc4b55f516]
2016-06-12 23:50:57 -04:00
Maneesh Gupta fc4b55f516 Merge "added test for float device functions c6dfb0" into amd-master 2016-06-12 23:50:57 -04:00
Maneesh Gupta 99ddf6453c Merge "added test for float device functions c6dfb0" into amd-master
[ROCm/hip commit: 21e2baff12]
2016-06-12 23:50:57 -04:00
Maneesh Gupta 21e2baff12 Merge "added test for float device functions c6dfb0" into amd-master 2016-06-12 23:50:57 -04:00
foreman d50c516d10 P4 to Git Change 1278842 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/12 03:00:16
SWDEV-2 - Change OpenCL version number from 2142 to 2143.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1889 edit


[ROCm/clr commit: 01540fd78f]
2016-06-12 03:09:03 -04:00
foreman 01540fd78f P4 to Git Change 1278842 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/12 03:00:16
SWDEV-2 - Change OpenCL version number from 2142 to 2143.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1889 edit
2016-06-12 03:09:03 -04:00
foreman ae8a2f0e51 P4 to Git Change 1278792 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/11 03:00:11
SWDEV-2 - Change OpenCL version number from 2141 to 2142.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1888 edit


[ROCm/clr commit: e985f8ac99]
2016-06-11 03:11:11 -04:00
foreman e985f8ac99 P4 to Git Change 1278792 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/11 03:00:11
SWDEV-2 - Change OpenCL version number from 2141 to 2142.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1888 edit
2016-06-11 03:11:11 -04:00
foreman fe2efaf603 P4 to Git Change 1278607 by smekhano@stas-rampitec-hsa on 2016/06/10 13:18:54
SWDEV-94189 - ORCA RT: do not use temp files

	This is memfile implementation, an interface to plug into libelf and emulate files in memory w/o any IO.
	If passed filename to open() is empty it will use in memory file, otherwise proxy it to the real file IO routine.

	This allows RT not to use temp files. Next this interface will be plugged to the finalizer.

	Testing: smoke, precheckin, conformance 2.0 reallyquick, test_compiler 1.2 with -legacy, test_compiler with -save-temps-all and -g -O0 -mem2reg=0
	Reviewed by Evgeny Mankov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/elf.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/elf.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/elf_utils.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/_libelf_config.h#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/build/Makefile.libelf#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/elf_update.c#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/memfile.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/memfile.h#1 add


[ROCm/clr commit: 43e8a3bd3d]
2016-06-10 13:23:51 -04:00
foreman 43e8a3bd3d P4 to Git Change 1278607 by smekhano@stas-rampitec-hsa on 2016/06/10 13:18:54
SWDEV-94189 - ORCA RT: do not use temp files

	This is memfile implementation, an interface to plug into libelf and emulate files in memory w/o any IO.
	If passed filename to open() is empty it will use in memory file, otherwise proxy it to the real file IO routine.

	This allows RT not to use temp files. Next this interface will be plugged to the finalizer.

	Testing: smoke, precheckin, conformance 2.0 reallyquick, test_compiler 1.2 with -legacy, test_compiler with -save-temps-all and -g -O0 -mem2reg=0
	Reviewed by Evgeny Mankov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/elf.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/elf.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/elf_utils.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/_libelf_config.h#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/build/Makefile.libelf#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/elf_update.c#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/memfile.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/memfile.h#1 add
2016-06-10 13:23:51 -04:00
Maneesh Gupta 87f1880cfe Merge "fix_testcase" into amd-master
[ROCm/clr commit: 79cb250265]
2016-06-10 12:44:05 -04:00
Maneesh Gupta 79cb250265 Merge "fix_testcase" into amd-master 2016-06-10 12:44:05 -04:00
Maneesh Gupta ca375e2d2c Merge "fix_testcase" into amd-master
[ROCm/hip commit: ab54c15930]
2016-06-10 12:44:05 -04:00
Maneesh Gupta ab54c15930 Merge "fix_testcase" into amd-master 2016-06-10 12:44:05 -04:00
Aditya Atluri d94fa903bf Added more device functions
1. Added copyright for device float test
2. Added device double functions support
3. Added device double functions test
4. Corrected device function signatures in headers

Change-Id: I13c8829682c925992f5cad84062bc9f702fe4048


[ROCm/clr commit: c7462bd524]
2016-06-10 09:46:31 -05:00
Aditya Atluri c7462bd524 Added more device functions
1. Added copyright for device float test
2. Added device double functions support
3. Added device double functions test
4. Corrected device function signatures in headers

Change-Id: I13c8829682c925992f5cad84062bc9f702fe4048
2016-06-10 09:46:31 -05:00
Aditya Atluri 3802673dac Added more device functions
1. Added copyright for device float test
2. Added device double functions support
3. Added device double functions test
4. Corrected device function signatures in headers

Change-Id: I13c8829682c925992f5cad84062bc9f702fe4048


[ROCm/hip commit: 25a273e4df]
2016-06-10 09:46:31 -05:00
Aditya Atluri 25a273e4df Added more device functions
1. Added copyright for device float test
2. Added device double functions support
3. Added device double functions test
4. Corrected device function signatures in headers

Change-Id: I13c8829682c925992f5cad84062bc9f702fe4048
2016-06-10 09:46:31 -05:00
shaoyunl bf16caa75f libhsakmt: Compute context save area size depends on CU num
Change-Id: Iaf35ddeee9fe5a6367097483f67c4adaa0796d7d
Signed-off-by: shaoyunl <Shaoyun.Liu@amd.com>
2016-06-10 10:19:40 -04:00
shaoyunl 18373473c3 libhsakmt: Compute context save area size depends on CU num
Change-Id: Iaf35ddeee9fe5a6367097483f67c4adaa0796d7d
Signed-off-by: shaoyunl <Shaoyun.Liu@amd.com>


[ROCm/ROCR-Runtime commit: bf16caa75f]
2016-06-10 10:19:40 -04:00
Aditya Atluri ee25c64d49 added test for float device functions c6dfb0
Change-Id: I792a68610c6cfa54d6eee633c8605197bd4d2792


[ROCm/clr commit: 98f02106ef]
2016-06-10 09:03:43 -05:00
Aditya Atluri 98f02106ef added test for float device functions c6dfb0
Change-Id: I792a68610c6cfa54d6eee633c8605197bd4d2792
2016-06-10 09:03:43 -05:00
Aditya Atluri 68d850bb1f added test for float device functions c6dfb0
Change-Id: I792a68610c6cfa54d6eee633c8605197bd4d2792


[ROCm/hip commit: dcec58f899]
2016-06-10 09:03:43 -05:00
Aditya Atluri dcec58f899 added test for float device functions c6dfb0
Change-Id: I792a68610c6cfa54d6eee633c8605197bd4d2792
2016-06-10 09:03:43 -05:00
7SK e58e29b784 fix_testcase
Change-Id: I878e79ac29b685672662db6ba8cd8d94d725d24f


[ROCm/clr commit: 0201bf8191]
2016-06-10 06:23:02 -04:00
7SK 0201bf8191 fix_testcase
Change-Id: I878e79ac29b685672662db6ba8cd8d94d725d24f
2016-06-10 06:23:02 -04:00
7SK d9063c015e fix_testcase
Change-Id: I878e79ac29b685672662db6ba8cd8d94d725d24f


[ROCm/hip commit: 1df5a77048]
2016-06-10 06:23:02 -04:00
7SK 1df5a77048 fix_testcase
Change-Id: I878e79ac29b685672662db6ba8cd8d94d725d24f
2016-06-10 06:23:02 -04:00
Aditya Atluri 0fce1ff505 added more float device functions
Change-Id: I106ce6de9ed8806b3699dcf0add9efc9e8583615


[ROCm/clr commit: 681c5fda12]
2016-06-10 06:22:00 -04:00
Aditya Atluri 681c5fda12 added more float device functions
Change-Id: I106ce6de9ed8806b3699dcf0add9efc9e8583615
2016-06-10 06:22:00 -04:00
Aditya Atluri aff1391fc2 added more float device functions
Change-Id: I106ce6de9ed8806b3699dcf0add9efc9e8583615


[ROCm/hip commit: c6dfb0d079]
2016-06-10 06:22:00 -04:00
Aditya Atluri c6dfb0d079 added more float device functions
Change-Id: I106ce6de9ed8806b3699dcf0add9efc9e8583615
2016-06-10 06:22:00 -04:00
foreman 9b8919c925 P4 to Git Change 1278455 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/10 03:00:13
SWDEV-2 - Change OpenCL version number from 2140 to 2141.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1887 edit


[ROCm/clr commit: 251374c4e4]
2016-06-10 03:07:41 -04:00
foreman 251374c4e4 P4 to Git Change 1278455 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/10 03:00:13
SWDEV-2 - Change OpenCL version number from 2140 to 2141.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1887 edit
2016-06-10 03:07:41 -04:00
7SK 2c5530e9f2 fix_ldg
Change-Id: I53de5fa91b4f57d496ffe46787d197ae84dde4a4


[ROCm/clr commit: fda049fa5f]
2016-06-09 16:56:05 -04:00
7SK fda049fa5f fix_ldg
Change-Id: I53de5fa91b4f57d496ffe46787d197ae84dde4a4
2016-06-09 16:56:05 -04:00
7SK da629e1b2d fix_ldg
Change-Id: I53de5fa91b4f57d496ffe46787d197ae84dde4a4


[ROCm/hip commit: 1463075608]
2016-06-09 16:56:05 -04:00
7SK 1463075608 fix_ldg
Change-Id: I53de5fa91b4f57d496ffe46787d197ae84dde4a4
2016-06-09 16:56:05 -04:00
foreman e12c90807b P4 to Git Change 1278058 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/06/09 03:00:11
SWDEV-2 - Change OpenCL version number from 2139 to 2140.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1886 edit


[ROCm/clr commit: 1bf495769d]
2016-06-09 03:05:22 -04:00