Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Oneflow
Commits
8f7de847
"vscode:/vscode.git/clone" did not exist on "5adf7bc218de3152923440f74aad5901d1b80c9f"
Commit
8f7de847
authored
Apr 25, 2023
by
yuguo960516yuguo
Browse files
dtk
parent
f262efc9
Pipeline
#248
failed with stages
in 0 seconds
Changes
131
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
6012 additions
and
6012 deletions
+6012
-6012
oneflow/core/framework/random_generator_impl.hip.cpp
oneflow/core/framework/random_generator_impl.hip.cpp
+45
-45
oneflow/core/hip/atomic.hip.h
oneflow/core/hip/atomic.hip.h
+214
-214
oneflow/core/hip/elementwise.hip.h
oneflow/core/hip/elementwise.hip.h
+243
-243
oneflow/core/hip/layer_norm.hip.h
oneflow/core/hip/layer_norm.hip.h
+1606
-1606
oneflow/core/hip/softmax.hip.h
oneflow/core/hip/softmax.hip.h
+1499
-1499
oneflow/core/hip/unique.hip.h
oneflow/core/hip/unique.hip.h
+251
-251
oneflow/core/job/collective_boxing/nccl_executor_backend.hip.cpp
.../core/job/collective_boxing/nccl_executor_backend.hip.cpp
+664
-664
oneflow/core/job_rewriter/insert_nccl_logical_op_pass.cpp
oneflow/core/job_rewriter/insert_nccl_logical_op_pass.cpp
+1
-1
oneflow/core/job_rewriter/sequential_one_embedding_shuffle_ops_pass.cpp
...ob_rewriter/sequential_one_embedding_shuffle_ops_pass.cpp
+79
-79
oneflow/core/kernel/cuda_check_numerics_kernel_observer.hip.cpp
...w/core/kernel/cuda_check_numerics_kernel_observer.hip.cpp
+132
-132
oneflow/core/kernel/kernel_util.hip.h
oneflow/core/kernel/kernel_util.hip.h
+53
-53
oneflow/core/kernel/random_generator.hip.cpp
oneflow/core/kernel/random_generator.hip.cpp
+58
-58
oneflow/core/kernel/util/numeric_limits.hip.h
oneflow/core/kernel/util/numeric_limits.hip.h
+127
-127
oneflow/core/kernel/util/numerics.hip.h
oneflow/core/kernel/util/numerics.hip.h
+249
-249
oneflow/core/ndarray/ndarray_apply_binary_core.hip.cpp
oneflow/core/ndarray/ndarray_apply_binary_core.hip.cpp
+67
-67
oneflow/core/ndarray/ndarray_apply_broadcast_binary_core.hip.cpp
.../core/ndarray/ndarray_apply_broadcast_binary_core.hip.cpp
+189
-189
oneflow/core/ndarray/ndarray_apply_broadcast_unary_core.hip.cpp
...w/core/ndarray/ndarray_apply_broadcast_unary_core.hip.cpp
+45
-45
oneflow/core/ndarray/ndarray_apply_unary_core.hip.cpp
oneflow/core/ndarray/ndarray_apply_unary_core.hip.cpp
+46
-46
oneflow/core/ndarray/ndarray_assign_core.hip.cpp
oneflow/core/ndarray/ndarray_assign_core.hip.cpp
+62
-62
oneflow/core/ndarray/ndarray_reduce_impl.hip.cpp
oneflow/core/ndarray/ndarray_reduce_impl.hip.cpp
+382
-382
No files found.
oneflow/core/framework/random_generator_impl.hip.cpp
View file @
8f7de847
oneflow/core/hip/atomic.hip.h
View file @
8f7de847
oneflow/core/hip/elementwise.hip.h
View file @
8f7de847
oneflow/core/hip/layer_norm.hip.h
View file @
8f7de847
oneflow/core/hip/softmax.hip.h
View file @
8f7de847
oneflow/core/hip/unique.hip.h
View file @
8f7de847
oneflow/core/job/collective_boxing/nccl_executor_backend.hip.cpp
View file @
8f7de847
oneflow/core/job_rewriter/insert_nccl_logical_op_pass.cpp
View file @
8f7de847
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
*/
*/
#include "oneflow/core/job/nd_sbp_util.h"
#include "oneflow/core/job/nd_sbp_util.h"
#if defined(WITH_CUDA) || defined(ROCM)
#if defined(WITH_CUDA) || defined(
WITH_
ROCM)
#include "oneflow/core/framework/framework.h"
#include "oneflow/core/framework/framework.h"
#include "oneflow/core/framework/nd_sbp.h"
#include "oneflow/core/framework/nd_sbp.h"
#include "oneflow/core/framework/instructions_builder.h"
#include "oneflow/core/framework/instructions_builder.h"
...
...
oneflow/core/job_rewriter/sequential_one_embedding_shuffle_ops_pass.cpp
View file @
8f7de847
oneflow/core/kernel/cuda_check_numerics_kernel_observer.hip.cpp
View file @
8f7de847
oneflow/core/kernel/kernel_util.hip.h
View file @
8f7de847
oneflow/core/kernel/random_generator.hip.cpp
View file @
8f7de847
oneflow/core/kernel/util/numeric_limits.hip.h
View file @
8f7de847
oneflow/core/kernel/util/numerics.hip.h
View file @
8f7de847
oneflow/core/ndarray/ndarray_apply_binary_core.hip.cpp
View file @
8f7de847
oneflow/core/ndarray/ndarray_apply_broadcast_binary_core.hip.cpp
View file @
8f7de847
oneflow/core/ndarray/ndarray_apply_broadcast_unary_core.hip.cpp
View file @
8f7de847
oneflow/core/ndarray/ndarray_apply_unary_core.hip.cpp
View file @
8f7de847
oneflow/core/ndarray/ndarray_assign_core.hip.cpp
View file @
8f7de847
oneflow/core/ndarray/ndarray_reduce_impl.hip.cpp
View file @
8f7de847
Prev
1
2
3
4
5
6
7
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment