p4lang / p4app-switchML

Switch ML Application
https://switchml.readthedocs.io/
Apache License 2.0
173 stars 48 forks source link

vectorclass.h #41

Open kobe-S9 opened 5 months ago

kobe-S9 commented 5 months ago

hi,I can't find the code of "vectorclass.h"

fruffy commented 5 months ago

Can you provide more detail? Where does this error happen?

kobe-S9 commented 5 months ago

Due to without Tofino ,I tried to run SAINA( https://github.com/hotephen/SAINA) which was implemented on top of SwitchML on bmv2. Then I tried to Compile the client_lib Library,the error happened.

fruffy commented 5 months ago

Maybe the vectorclass submodule is not correctly installed. It is listed as a submodule here: https://github.com/p4lang/p4app-switchML/blob/b5c74a04fa66faa82acab154a4e21c8f76d913f2/.gitmodules#L1C1-L3C47

git submodule init --recursive try this in the repository.

kobe-S9 commented 5 months ago

thanks!

fruffy commented 5 months ago

Is your problem solved?

kobe-S9 commented 5 months ago

Is your problem solved?

no,our goal is run switchML or ATP on bmv2. Due to time constraints,we have to find another way.But I really appreciate your help