Απαιτείται JavaScript για να εμφανιστεί αυτή η ιστοσελίδα.
Εξερεύνηση
Βοήθεια
Είσοδος
AI
/
rocm-systems
Παρακολούθηση
2
Αστέρι
0
Fork
0
Έχετε ήδη κάνει fork το rocm-systems
Κώδικας
Ζητήματα
Pull Requests
Δράσεις
Πακέτα
Έργα
Κυκλοφορίες
Wiki
Δραστηριότητα
Files
80021d3c689a5cbc8b591443fc4dbb97e5b84e53
rocm-systems
/
projects
/
clr
/
hipamd
/
tests
/
src
T
Ιστορικό
Ben Sander
80021d3c68
Merge branch 'feature_natural_indexing' of
https://github.com/AlexVlx/HIP
...
[ROCm/clr commit:
a43262e699
]
2017-11-19 15:25:17 -06:00
..
context
This corrects some interesting choices that were present in the HIP
2017-11-01 22:51:22 +00:00
deviceLib
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
experimental
/xcompile
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
Functional
/device
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
g++
Fixed HIP for C runtime
2017-02-07 13:15:36 -06:00
gcc
Fixed HIP for C runtime
2017-02-07 13:15:36 -06:00
kernel
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
Negative
/Device
changed __global__ attribute
2017-02-03 10:53:36 -06:00
nvcc
/Device
fixed texture header on nvcc
2016-11-21 13:53:28 -06:00
Performance
/memory
changed __global__ attribute
2017-02-03 10:53:36 -06:00
runtimeApi
Merge branch 'feature_natural_indexing' of
https://github.com/AlexVlx/HIP
2017-11-19 15:25:17 -06:00
stress
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
texture
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
.gitignore
Initial commit for GPUOpen Launch
2016-01-26 20:14:33 -06:00
cudaRegister.cu
tests/src [v4] Added feature for partial writes on CPU
2016-03-16 07:04:40 -05:00
hipC.c
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
hipC.cpp
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
hipCKernel.c
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
hipEnvVar.cpp
Change to use hipDeviceGetPCIBusId api for hipEnvVarDriver test
2017-07-27 17:41:49 +00:00
hipEnvVarDriver.cpp
Change to use hipDeviceGetPCIBusId api for hipEnvVarDriver test
2017-07-27 17:41:49 +00:00
hipHcc.cpp
Fixed copyright and header names
2017-03-31 12:40:29 -05:00
hipPeerToPeer_simple.cpp
changed __global__ attribute
2017-02-03 10:53:36 -06:00
hipPointerAttrib.cpp
Clean up old USE_* and RELEASE.md notes.
2017-06-23 18:05:30 -05:00
Makefile
added support for __ldg
2016-04-20 12:25:40 -05:00
specialFunc.cu
Added hipHostRegister for hip with tests and added copyright
2016-03-08 12:57:22 -06:00
test_common.cpp
Improve P2P test.
2016-04-11 07:58:58 -05:00
test_common.h
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
2017-11-19 01:54:12 +00:00
testAPIStream.sh
Added feature for --default-streams not working tests and hipcc
2016-03-20 08:08:33 -05:00