Git Product home page Git Product logo

flamingo's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

asclines

flamingo's Issues

container issues

container is full of bugs and issues,
dont really need, std and thrust vectors will work fine
maybe drop from project

agent defs

Xml could be used for agent defs or google protobufs might provide a more natural interface, similar to how caffee library works

transporter iterator

What is the final decision on the iterator for the transporter class?

The DataFrame class needs to pass some sort of iterator that goes over all the columns and points only to the rows that need to be moved.

I know there is a tuple where each element of the tuple points to a column in the dataframe but how does the iterator play into this?

License files

should be one license file,
choose which kind and file it in

Sharing columns

should two data frames be able to share columns(through point access)

cuda_overlapinsert

this does not pass test,
not sure if the test is wrong
or if the code is wrong,

nothing is using code at the moment so nothing is broken but this.

threading utilites

I foresee several parts the project needing shared locking mechanisms.
the c++14 standard has shared locking but it is not supported in cuda 7.5,

Threading utility library should provided
shared locking
shared lock guard
lock guard

make for easy transition to standard implementation when the time comes.

split/Join dataframes

Statically
join horizontal type

Runtime
join hoziontal,copy and reference
split horizontal. copy and reference

join verticaly,copy
split verticaly.copy

Static implementation of Transporter class

The Transporter class should be of a static state.
That being said, should the Transporter class be a class consisting of static methods, or should the class follow a singleton design pattern?

After some thought, I believe that the decision weighs on which of these two situations more accurately describes how the Transporter class will work.

  • The methods will need data members in this class or
  • The methods will be able to get all the data they need through passed in parameters.

Buddy alloc rebind

rebind doesnt compile, must be a compatibility issue with new compilers
found in issue #21

bench/test build

better directions for building test benchmark facilities
maybe move to cmake build system

Memory enum

change to scoped enum for better clarity of use

MPI Library

Should project use standard MPI or Boost MPI?

Thoughts:
Seeing as this project is built in CPP and already uses Boost elsewhere in the project, it would make since to keep this consistency and use Boost MPI which brings in a CPP friendly MPI interface

For more reading:
http://www.boost.org/doc/libs/1_60_0/doc/html/mpi.html

serialization

dataframe transpost class needs to be able to serialize rows from data frame,send through mpi,and recieve on other side
use

boost::serialize

Other components

start other components

  • scheduler
  • communicator
  • agent definetion

Communication

wrap around various communication libraries to move data( the messages) for the agents

  • addressing
  • bulk movement

ideally is asynchronous

Allocator files

better organize source files, seperate out the .h(hpp,cu etc) and .inl

scheduling

need a job scheduler,

  • thread pool
  • cuda aware
  • dependency graph

like TBB graph.
if can figure out just wrap around TBB graph
or implement own

ARC cache patent

I would like to implement the ARC cache algorithm for cordinating dataframes. however; this is covered by a IBM patent. not sure exactly how to move forward

dataframe const members

need const versions of several dataframe member functions
first need to implement the const iterator

allocator test

allocator test does not compile,
probabily some wierd c+11 problem

specification files

fill in specification files with outlines of the code and classes that need to be built in each projected,
they are .otl files for vimoutliner

Thread safety, dataframe

I am not sure what thread safety is needed for the dataframe class. It probably depends on the interface between the dataframe and the scheduler.

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.