GithubHelp home page GithubHelp logo

cub's Introduction

Distributed Machine Learning Common Codebase

Build Status Documentation Status GitHub license

DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.

Developer Channel Join the chat at https://gitter.im/dmlc/dmlc-core

What's New

Contents

Known Issues

  • RecordIO format is not portable across different processor endians. So it is not possible to save RecordIO file on a x86 machine and then load it on a SPARC machine, because x86 is little endian while SPARC is big endian.

Contributing

Contributing to dmlc-core is welcomed! dmlc-core follows google's C style guide. If you are interested in contributing, take a look at feature wishlist and open a new issue if you like to add something.

  • DMLC-Core uses C++11 standard. Ensure that your C++ compiler supports C++11.
  • Try to introduce minimum dependency when possible

CheckList before submit code

  • Type make lint and fix all the style problems.
  • Type make doc and fix all the warnings.

NOTE

deps:

libcurl4-openssl-dev

cub's People

Contributors

mli avatar piiswrong avatar ptrendx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cub's Issues

[Clarification] Provision for AMD HIP backend for MXNet

In the process of merging HIP Port of MXNet, we are creating a provision for CUDA and HIP backend for CUB as well. CUB being sub-module for MXNet.
Please refer ticket apache/mxnet#6257 for disucssion with MXNet team
We are ready with the changes, can we raise a Pull Request, so that the changes can be reviewed and merged to master.

Development model

While I agree that squashing all commits to avoid a huge .git folder makes sense to speed up cloning of mxnet, I believe you should not delete old commits from dmlc/cub as it breaks checking out older versions of mxnet that relied on those.

Checking out old versions of mxnet can be important when debugging changes introduced between two revisions (git bisect). Another usecase is when having some code that was not touched for a while and used to work but does not work with current mxnet master ;)

@mli, what do you think? Of course you can't change this retrospectively, but perhaps you agree that it makes sense not to change the history of this repo in the future?

digits "specified from least significant to most significant"

* characters, etc.) specified from least-significant to most-significant. For a

I am having a hard time interpreting the documentation where it says the keys may be an ordered sequence of characters, digits etc., "specified from least significant to most significant". This phrase occurs in >1 place I think.

The issue is that the examples only seem to let the key value be a builtin type like int, float, double and so on. Those types do have less and more significant bits, but it would not be meaningful to say that we specify the digits "from least significant to most significant" unless we were making a statement about the system endian-ness. I can only see that this would be meaningful if the templated type were allowed to be, say, "int32_t[4]", and if that's the case it would be nice for it to be clarified.

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.