antmicro / alkali-csd-projects

https://antmicro.github.io/alkali-csd-projects/
5 stars 2 forks source link

How to test add example #4

Closed chauhanjoy closed 2 years ago

chauhanjoy commented 2 years ago

Hi,

can you please give detail steps to test add example?

I am following below steps, as suggested in Readme file.

root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects# nvme list
Node             SN                   Model                                    Namespace Usage                      Format           FW Rev  
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme0n1     0123456789           DEADBEEF                                 1           0.00   B / 402.65  MB    512   B +  0 B   12.34
/dev/nvme1n1     2220E632442A         CT250P2SSD8                              1         250.06  GB / 250.06  GB    512   B +  0 B   P2CR048 

root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects# EXAMPLE=add NVME_DEVICE=/dev/nvme0n1 load-example
load-example: command not found
root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects# cd examples/
root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects/examples# EXAMPLE=add NVME_DEVICE=/dev/nvme0n1 load-example
load-example: command not found
root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects/examples# cd tflite_vta/add/
root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects/examples/tflite_vta/add# ls
bpf.c  expected-output.bin  input-vector.bin  model.tflite
root@aumraj-Z590-UD:/mnt/hardik/repo_1509/alkali-csd-projects/examples/tflite_vta/add# EXAMPLE=add NVME_DEVICE=/dev/nvme0n1 load-example
load-example: command not found
rw1nkler commented 2 years ago

Hi @chauhanjoy, I'm working on resolving issues with the examples. The draft PR is already there, soon we will update the repository with the proper solution.

rw1nkler commented 2 years ago

@chauhanjoy, the updated description is now available on the main branch