Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mir update part 1 #1

Open
9il opened this issue Sep 18, 2016 · 3 comments
Open

Mir update part 1 #1

9il opened this issue Sep 18, 2016 · 3 comments

Comments

@9il
Copy link
Member

9il commented Sep 18, 2016

  • GEMV is available now
  • GEMM has API changed
@9il
Copy link
Member Author

9il commented Sep 18, 2016

This is not priority. Matrix inversion is not ready yet

@ljubobratovicrelja
Copy link
Member

I have updated gemm API in the code.

Also, I've separated mir.experimental.model.rbf and mir.experimental.ml.rbfann modules - rbf would be nothrow @nogc low-level API (I tried following mir.glas style here), and rbfann would contain artificial neural network model implementation that relies on rbf module.

I cannot start working on Mir PR until we get matrix inversion, but @9il, if you'd like, take a quick look at current state, I could use a rough feedback.

@ljubobratovicrelja
Copy link
Member

Also, I'm keeping it single threaded not to involve std.parallelism. I suppose we'll solve this eventually...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants