mirror of
https://github.com/amd/blis.git
synced 2026-04-20 15:48:50 +00:00
Mention example code at top of documentation docs.
Details: - Steer the reader towards the example code section of each documentation doc (object and typed). - Trivial update to examples/oapi/README, examples/tapi/README.
This commit is contained in:
@@ -22,8 +22,8 @@ or by setting the same variable as part of the make command:
|
||||
make BLIS_INSTALL_PATH=/usr/local
|
||||
|
||||
Once the executable files have been built, 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.
|
||||
one terminal window alongside the executable output in another terminal.
|
||||
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
|
||||
|
||||
@@ -22,8 +22,8 @@ or by setting the same variable as part of the make command:
|
||||
make BLIS_INSTALL_PATH=/usr/local
|
||||
|
||||
Once the executable files have been built, 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.
|
||||
one terminal window alongside the executable output in another terminal.
|
||||
This will help you see the effects of each section of code.
|
||||
|
||||
This tutorial is not exhaustive or complete; many typed API functions
|
||||
were omitted (mostly for brevity's sake) and thus more examples could be
|
||||
|
||||
Reference in New Issue
Block a user