dblalock/bolt

I‘m beginner,want to run this program in C++

a3413209 opened this issue · 4 comments

Hello, I‘m beginner,want to run this program in C++,install BAZEL according to your instructions,and bazel run :main,the above was successful,I would like to ask if you have a complete test code for C++,just like:Input two matrices and output a multiplication result。Additional question,bazel run :main finish,What is the result of bazel run :main? Is Bolt's library function API?

So I'm not quite sure what you mean...does this question/answer help?

Thank you very much for replying to me. I may not be able to describe it clearly. I want to test your C++ code. For example: I want to input two matrices for multiplication, and then output a result matrix. I don't know how to start work, can you provide a general process, thank you very much.

Where is the code entry and how do I enter my own two matrices? like this question...

Hi @a3413209. Closing this as a duplicate of #17. Feel free to reopen if you have more questions.