mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
README updates.
Details: - Updates to the top-level README files in the top-level directory as well as the 'examples/oapi' directory.
This commit is contained in:
@@ -163,6 +163,9 @@ reference](https://github.com/flame/blis/wiki/BLISAPIQuickReference).
|
||||
There you will find a brief description of each operation as well as some more
|
||||
general information needed when developing an application with BLIS.
|
||||
|
||||
If you want to begin using the more advanced object-based API in BLIS,
|
||||
please step through the example code tutorial in the [examples/oapi](https://github.com/flame/blis/tree/master/examples/oapi) directory.
|
||||
|
||||
Have a quick question? You may find the answer in our list of [frequently asked
|
||||
questions](https://github.com/flame/blis/wiki/FAQ).
|
||||
|
||||
|
||||
@@ -12,14 +12,16 @@ You can build all of the examples by simply running 'make' from this
|
||||
directory. (You can also run 'make clean'.) The makefile assumes that
|
||||
you've already configured and built (but not necessarily installed) BLIS
|
||||
two directories up, in "../..". Once the executable files have been built,
|
||||
we reading the code in one terminal window alongside the executable output
|
||||
in another. This way, you can see the effects of each section of code.
|
||||
we recommend reading the code in one terminal window alongside the
|
||||
executable output in another. This will help you see the effects of each
|
||||
section of code.
|
||||
|
||||
This tutorial is not exhaustive or complete; several object API functions
|
||||
were omitted (mostly for brevity's sake) and thus more examples could be
|
||||
written. If you've found object functionality in BLIS and are unsure how to
|
||||
use it, or if you are unsure of what additional functionality is present in
|
||||
BLIS, please contact the blis-devel mailing list [1] for guidance.
|
||||
BLIS, please feel free to join and then start a discussion on the blis-devel
|
||||
mailing list [1].
|
||||
|
||||
Thanks for your interest in BLIS!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user