Commit Graph

13677 Commits

Author SHA1 Message Date
Alex Voicu 89d6db12fe Let's try this again...
[ROCm/clr commit: 3ff1d4081e]
2018-06-25 17:49:50 +01:00
Srinivasuluch 57eb2560f0 Update hipLaunchParm.cpp
Added validation part for struct, added two struct padding tests

[ROCm/clr commit: c5b643999c]
2018-06-25 16:53:12 +05:30
foreman 42bf0f9c46 P4 to Git Change 1572032 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/23 03:00:04
SWDEV-2 - Change OpenCL version number from 2680 to 2681.

Affected files ...

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


[ROCm/clr commit: 2ae953a4bc]
2018-06-23 03:16:15 -04:00
foreman 94c8af5ecf P4 to Git Change 1571962 by skeely@skeely_HSA_linux on 2018/06/22 17:51:21
SWDEV-157321 - Mesa interop interface update.

	Interop in/out structs and header updated to match version at git://anongit.freedesktop.org/mesa/mesa
	Mostly minor changes, cleans up include structure avoiding GLX on Windows.

	Larger change is version tracking (now by numbers rather than struct size),
	added a field to mesa_glinterop_export_out giving the size of data written to out_driver_data,
	and corrected spelling of mesa_glinterop_export_out::internal_format.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/mesa_glinterop.h#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#90 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocglinterop.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocglinterop.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#36 edit


[ROCm/clr commit: 75b68a5dac]
2018-06-22 18:00:13 -04:00
foreman 314643423b P4 to Git Change 1571960 by skeely@skeely_LC_linux on 2018/06/22 17:44:33
SWDEV-155716 - Fetch backing buffer of texture buffers for use with GL buffer APIs.

	Don't assume that texture buffer names will be the same as the backing store's buffer name.
	It is illegal (but unchecked) in GL to use a texture object name in a buffer object API.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#60 edit


[ROCm/clr commit: f89e4f89a1]
2018-06-22 17:50:28 -04:00
Aaron Enye Shi 4ad4f6a489 Add HIP Compute Mode
[ROCm/clr commit: c73cd64f5b]
2018-06-22 14:37:19 +00:00
Alex Voicu 8b9ac66103 Merge branch 'master' of https://github.com/ROCm-Developer-Tools/HIP into feature_native_vector_types
[ROCm/clr commit: 0e0d43bfe1]
2018-06-22 12:19:32 +01:00
foreman 585bb51454 P4 to Git Change 1571566 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/22 03:00:05
SWDEV-2 - Change OpenCL version number from 2679 to 2680.

Affected files ...

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


[ROCm/clr commit: f0286b57c2]
2018-06-22 03:21:18 -04:00
Aaron Enye Shi a764b09a14 HIPCC - Use clang if clang++ is not compiled
[ROCm/clr commit: dc850cc3e7]
2018-06-21 18:12:55 +00:00
foreman 2748e250cd P4 to Git Change 1571066 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/21 03:00:20
SWDEV-2 - Change OpenCL version number from 2678 to 2679.

Affected files ...

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


[ROCm/clr commit: c184b88692]
2018-06-21 03:17:42 -04:00
Aaron Enye Shi 3f19f0979b Replace __hip_hc_ir_ inline asm with __ockl_* functions
[ROCm/clr commit: 5d4986d470]
2018-06-20 20:40:14 +00:00
Aaron Enye Shi 7cb3cec513 Implement __ballot, __any, __all into HIP headers
[ROCm/clr commit: 9a295a732d]
2018-06-20 17:39:39 +00:00
Aaron Enye Shi d09a2f9237 Implement hip_hc.ll into HIP headers
Move all __hip_hc_ir_* functions from hip_hc.ll into HIP header as inline asm. Remove hip_hc.ll and build dependencies from HIP.


[ROCm/clr commit: 175c87f2bf]
2018-06-20 17:39:31 +00:00
Aaron Enye Shi 7f2693010b Implement device_functions.cpp into HIP headers
Move all Integer Intrinsics, device_functions.cpp definitions and HIP specific device functions into HIP headers. Implement the device functions using llvm_intrinsics and device-libs functions instead of calling hc::__* functions. Remove device_functions.cpp since everything is now defined in header.


[ROCm/clr commit: ad5f1dcbf2]
2018-06-20 17:39:23 +00:00
Aaron Enye Shi 8f558387fc Move hipclang funcs into corresponding headers
[ROCm/clr commit: e8a18a5473]
2018-06-20 17:39:15 +00:00
Aaron Enye Shi 133a800e94 Split __llvm and device lib funcs into new headers
[ROCm/clr commit: 366207f8af]
2018-06-20 17:39:06 +00:00
Aaron Enye Shi a769701c15 Add get_dynamicgroupbaseptr def and remove hc_
[ROCm/clr commit: 0694d0300a]
2018-06-20 17:38:59 +00:00
Aaron Enye Shi 69bdb11cf1 Add prefix __ to memory scope and order
[ROCm/clr commit: 7cade79d98]
2018-06-20 17:38:52 +00:00
Aaron Enye Shi 9020ef1b53 Add __llvm_fence funcs and __ prefixes
[ROCm/clr commit: 4298ed308e]
2018-06-20 17:38:45 +00:00
Aaron Enye Shi 1e6f00bf67 Add hipclang amdgcn functions
These are moving from hipclang in device library to hip headers. These are required for the functionality of HIPclang project.


[ROCm/clr commit: f4399d57a3]
2018-06-20 17:38:37 +00:00
Jenkins 6f0cc9efa0 Merge 'master' into 'amd-master'
Change-Id: Ia897c694ffbbce2ab01493d3ea60e42701ce021e


[ROCm/clr commit: 8b4feff6e2]
2018-06-20 04:09:40 -05:00
Maneesh Gupta 8e2a1e0acd Merge pull request #507 from ROCm-Developer-Tools/fix-forward
Add __device__ to device functions in hip_fp16_math_fwd.h

[ROCm/clr commit: 272c16d34e]
2018-06-20 14:21:46 +05:30
Maneesh Gupta f1571c9750 Merge pull request #504 from ROCm-Developer-Tools/fix-vector3
Fix channel_descriptor.h about vector 3 for gcc

[ROCm/clr commit: 29aa297899]
2018-06-20 14:20:29 +05:30
Maneesh Gupta bdc67ac1b4 Merge pull request #490 from ROCm-Developer-Tools/feature_decouple_atomics_from_hc
Switch the atomic implementation to use Clang  builtins.

[ROCm/clr commit: d27991e1c8]
2018-06-20 14:16:43 +05:30
foreman 8852a00b64 P4 to Git Change 1570469 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/20 03:00:04
SWDEV-2 - Change OpenCL version number from 2677 to 2678.

Affected files ...

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


[ROCm/clr commit: e7b38959a2]
2018-06-20 03:11:11 -04:00
Maneesh Gupta 721a3f60be Merge pull request #457 from whchung/hip-reinit
HIP program state re-initialization logic

[ROCm/clr commit: 8ff33a83b1]
2018-06-20 09:37:27 +05:30
foreman 3a13de082e P4 to Git Change 1570202 by gandryey@gera-w8 on 2018/06/19 13:58:38
SWDEV-155436 - Write dispatch dimensions to COMPUTE registers for OpenCL support for RGP
	- Add the dispatch dimensions to the RGP trace

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#111 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#290 edit


[ROCm/clr commit: 64fd3e50a0]
2018-06-19 14:06:00 -04:00
foreman 2d187d848a P4 to Git Change 1570186 by gandryey@gera-w8 on 2018/06/19 13:20:24
SWDEV-150518 - [IQE][DG2018][I+eA][SSG] System hangs when trying to preview cache video to AMD SSG
	- Disable optimization for "disabled deferred allocations" in SSG path. There is an extra logic to support double copy transfers with allocations in the invisible heap. It's not an official requirement for the SSG extension and hasn't been tested, but Adobe utilizes that path.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#89 edit


[ROCm/clr commit: f67ed6630e]
2018-06-19 13:28:44 -04:00
Yaxun (Sam) Liu 4831cd44fc Let hipcc handle library with extension lo for hip-clang
[ROCm/clr commit: 454d45e5bb]
2018-06-19 10:51:08 -04:00
Yaxun (Sam) Liu b93308449e Add conj, operator-,==,!= for hipFloatComplex/hipDoubleComplex
[ROCm/clr commit: 2b5242b2c3]
2018-06-19 10:49:59 -04:00
foreman c51a2daa95 P4 to Git Change 1570053 by jatang@jatang-opencl-hsa-stg5 on 2018/06/19 09:47:32
SWDEV-155306 - Restore ClockMode when the last queue is destroyed.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#110 edit


[ROCm/clr commit: 8d82c5e97b]
2018-06-19 09:53:09 -04:00
Jenkins eb6fb65f26 Merge 'master' into 'amd-master'
Change-Id: I539a79195161876b0a6eae952f64af85d4c47b28


[ROCm/clr commit: 2ee0f5310b]
2018-06-19 04:09:57 -05:00
pradeepisro 64b4f4101f added option HIP_BUILD_VERBOSE to enable verbosity in HIP build
[ROCm/clr commit: bdfd6957aa]
2018-06-19 13:50:24 +05:30
foreman fc1737739c P4 to Git Change 1569929 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/19 03:00:05
SWDEV-2 - Change OpenCL version number from 2676 to 2677.

Affected files ...

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


[ROCm/clr commit: 956ec86f42]
2018-06-19 03:15:24 -04:00
pradeepisro cd9a2cbe42 added changes to FindHIP.cmake which would allow us to build using ninja #467
[ROCm/clr commit: 6bdb5f3541]
2018-06-19 12:26:18 +05:30
Maneesh Gupta b43f3bdd30 Merge pull request #516 from bddppq/empty-generator-expression
Properly handle (empty) cmake generator expression

[ROCm/clr commit: cae3aeb923]
2018-06-19 09:38:21 +05:30
Maneesh Gupta 5b20f2ee29 Merge pull request #520 from ntrost57/master
added missing hipCmul() to nvcc_detail/hip_complex.h

[ROCm/clr commit: a24f1d7353]
2018-06-19 09:37:50 +05:30
Wen-Heng (Jack) Chung ca62af218c Keep the map which tracks GPU kernel symbols to grow monotonically
[ROCm/clr commit: 8f521edff1]
2018-06-18 16:54:18 -05:00
foreman fc5992d539 P4 to Git Change 1569647 by gandryey@gera-lnx-rcf-lc on 2018/06/18 14:04:00
SWDEV-79445 - OCL generic changes and code clean-up
	 -Following CL#1568521. Correct LDS size look-up.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#57 edit


[ROCm/clr commit: 1e1aa59aed]
2018-06-18 14:15:59 -04:00
Yaxun (Sam) Liu 1709777f1b Add abs/real/imag functions for hipFloatComplex/hipDoubleComplex
[ROCm/clr commit: 0de3ef7b32]
2018-06-18 11:57:57 -04:00
Maneesh Gupta c1f37d4fb5 Merge pull request #521 from gargrahul/temp_fixmemcpy2dasync_trsmissue
Use memcpy kernel for all pinned memory cases in hipMemcpy2DAsync

[ROCm/clr commit: d30f3f0c88]
2018-06-18 09:34:02 +05:30
Yaxun (Sam) Liu 37fe9e0346 Add missing __device__ __host__ to complex constructor
Also add missing typedef value_type


[ROCm/clr commit: 40d2d8a0bd]
2018-06-17 20:20:32 -04:00
Yaxun (Sam) Liu 2dfbd89f5c Includes <cmath> or <math.h> by __cplusplus in hip_complex.h
[ROCm/clr commit: 5d0d2ea455]
2018-06-17 20:20:32 -04:00
Yaxun (Sam) Liu 92959fa686 Include cmath instead of math.h in hip_complex.h
[ROCm/clr commit: cc44a3d234]
2018-06-17 20:20:32 -04:00
Yaxun (Sam) Liu 0163a94106 Add missing macro MAKE_COMPONENT_CONSTRUCTOR_TWO_COMPONENT to hip_complex.h
[ROCm/clr commit: 8ddadf835d]
2018-06-17 20:20:32 -04:00
Yaxun (Sam) Liu 5efe15283b Fix handling of static library in hipcc for hip-clang
[ROCm/clr commit: fd03c8fc18]
2018-06-17 20:11:10 -04:00
Yaxun (Sam) Liu 0b5fe1601c Let hipcc handle static library for hip-clang only if it contains bundles
[ROCm/clr commit: d442a57002]
2018-06-17 20:11:10 -04:00
foreman 237990a06a P4 to Git Change 1569377 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/17 03:00:05
SWDEV-2 - Change OpenCL version number from 2675 to 2676.

Affected files ...

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


[ROCm/clr commit: e9aafc3e93]
2018-06-17 03:10:08 -04:00
Alex Voicu 58edb652ca Revert "Revert "Switch over to using native vector types, for better codegen. Remove noise.""
This reverts commit c1cd1513aa.


[ROCm/clr commit: fa370fcf19]
2018-06-16 22:59:36 +01:00
Wen-Heng (Jack) Chung 1d1b402e5b Improve performance of re-initialization logic
Keep track of shared libaries already discovered. Do not build HSA executables
for them.


[ROCm/clr commit: b883ea759d]
2018-06-15 18:07:33 -05:00