Code Monkey home page Code Monkey logo

dihydrogen's Introduction

DiHydrogen

DiHydrogen is the second version of the Hydrogen fork of the well-known distributed linear algebra library, Elemental. DiHydrogen aims to be a basic distributed multilinear algebra interface with a particular emphasis on the needs of the distributed machine learning effort, LBANN.

License

DiHydrogen is distributed under the terms of the Apache License (Version 2.0).

All new contributions must be made under the Apache-2.0 licenses.

See LICENSE, COPYRIGHT, and NOTICE for details.

SPDX-License-Identifier: Apache-2.0

LLNL-CODE-800100

dihydrogen's People

Contributors

benson31 avatar bvanessen avatar fiedorowicz1 avatar graham63 avatar naoyam avatar ndryden avatar oyamay avatar szaman19 avatar tbennun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dihydrogen's Issues

[DistConv] MIOpen path through convolution algorithm selection

Currently, any value for the "name" passed to get_{fwd,bwd_{data,filter}}_algorithm() (e.g., here) that is not "AUTOTUNE" will probably fail for one reason or another.

"HEURISTIC" will fail because this isn't supported in MIOpen. Other options will fail because MIOpen requires that their Find APIs be called, and we don't currently incorporate that when the algorithm is not "AUTOTUNE".

[DistConv] Debug builds fail with ROCm enabled

Looks like some issues with assert. The following TUs are failing:

  • legacy/tests/tensor/CMakeFiles/test_halo_exchange_cuda.dir/test_halo_exchange_cuda.cu.o
  • legacy/tests/tensor/CMakeFiles/test_tensor_mpi_cuda_shuffle.dir/test_tensor_mpi_cuda_shuffle.cu.o
  • legacy/tests/tensor/CMakeFiles/test_tensor_mpi_cuda_copy.dir/test_tensor_mpi_cuda_copy.cu.o

It looks like there are some assert() calls in __host__ __device__ functions and the HIP compiler is unhappy about that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.