Coder Social home page Coder Social logo

imprecise's People

Contributors

grahamschock avatar kylevitale2 avatar mdt48 avatar obroadrick avatar

Stargazers

 avatar  avatar

Watchers

 avatar

imprecise's Issues

Documentation and Diagrams for Framework Architecture

We need to be able to explain how our scheduling framework works. We would need the following:

  • Documentation of what problem our framework is trying to solve
  • Diagrams of our framework and how they interact with the NN, the user and the GPU

Build table for time to do gpu work

  • Send time table to scheduler
  • Send precision table to scheduler
    API:

[]get_time_table(task t) //return range(0, t.task.length)
[]get_precision_table(task t) //return range(0, 100) (increment by t.task.length / 100) mess with later

write test cases

  • todo: check that equal deadline task sets get same optimal schedule
  • check known tasks
  • automated tests, not scripts with prints

Naive Benchmarking

We should think about how to show our algorithm is optimal.

For right now I think this means

  • Deciding what client workloads would look like
  • Code to actually profile the systems performance
  • Who decides what is good performance, the server or the client? If it's the client we have to deal with the synchronous headache of having a process for each request ๐Ÿ™ƒ
  • Generations of data and visualizations
  • What is optimal?

Interact with GPU using numba.py

In order to simulate a NN we should do some GPU workload. Currently we are thinking of using different sizes of NxN matrix multiplication.

We should also narrow down how different sizes are treated as imprecise and what defined precision/error.

Grammar Mistake

This kind of mistake is unacceptable!

"""Methods to describe how we will tasks will be ran by the GPU""".

Like who wrote this? Probably @obroadrick

Makefiles and Development enviroment

We need a better way to run benchmarks and develop.

We would need the following:

  • Documentation about how to run our tests and benchmarks
  • Make-files and automation to run tests and benchmarks

sort sched input by deadlines

  • this will remove our current assumption/expectation of the inputs already being sorted, which might be nice for the scheduler to be able to call this without that extra work of sorting

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.