Giter Site home page Giter Site logo

momms's People

Contributors

krzysz00 avatar tlrmchlsmth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

krzysz00

momms's Issues

Missing dt_on_output

To Whom It May Concern,

I am trying to compile MOMMS with rust-1.28.0-nightly and newest BLIS, but got the following error messages:

error[E0063]: missing field dt_on_output in initializer of kern::ukernel_wrapper::blis_types::auxinfo_t
--> src/kern/ukernel_wrapper.rs:62:28
|
62 | let mut info = auxinfo_t{
| ^^^^^^^^^ missing dt_on_output

error[E0063]: missing field dt_on_output in initializer of kern::ukernel_wrapper::blis_types::auxinfo_t
--> src/kern/ukernel_wrapper.rs:79:28
|
79 | let mut info = auxinfo_t{
| ^^^^^^^^^ missing dt_on_output

error[E0063]: missing field dt_on_output in initializer of kern::ukernel_wrapper::blis_types::auxinfo_t
--> src/kern/ukernel_wrapper.rs:96:28
|
96 | let mut info = auxinfo_t{
| ^^^^^^^^^ missing dt_on_output

error: aborting due to 3 previous errors

For more information about this error, try rustc --explain E0063.
error: Could not compile momms.

Could you please provide some help? Thanks very much.

Specialized packing

For performance reasons, packing at least needs to be specialized to panel width/height and possibly also to row-major/column major.

Not currently possible to do this through the type system in Rust, so it should be done through the control tree

Handle nonmultiples of MR and NR

This library can not yet handle M dimensions that aren't multiples of MR
and N dimensions that aren't multiples of NR when using the BLIS micro-kernel

Memory Leak

Since matrix buffers are now allocated manually on the heap, they need to be manually unallocated

All matrix types should implement the Drop trait and free their buffers there

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.