Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to run external binary modules #670

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

manoj-freyr
Copy link
Collaborator

Til now, RVS runs only modules that are compiled as part of RVS code as shared objects , this module enables us to run pre compiled external binaries via conf file .
Can run one module at once via conf now. can modify test-path and test-args .

CMakeLists.txt Outdated Show resolved Hide resolved
runexternal.so/src/rvs_module.cpp Outdated Show resolved Hide resolved
rvs/conf/runexternal.conf Outdated Show resolved Hide resolved
runexternal.so/src/runexternal_worker.cpp Outdated Show resolved Hide resolved
runexternal.so/include/runexternal_worker.h Outdated Show resolved Hide resolved
runexternal.so/CMakeLists.txt Outdated Show resolved Hide resolved
@manoj-freyr manoj-freyr requested a review from jkottiku March 15, 2024 09:40
em.so/CMakeLists.txt Outdated Show resolved Hide resolved
em.so/CMakeLists.txt Show resolved Hide resolved
em.so/include/rvs_module.h Outdated Show resolved Hide resolved
em.so/src/rvs_module.cpp Outdated Show resolved Hide resolved
em.so/tests.cmake Outdated Show resolved Hide resolved
rvs/.rvsmodules.config Outdated Show resolved Hide resolved
rvs/conf/em.conf Outdated Show resolved Hide resolved
@jkottiku
Copy link
Collaborator

Add new module details in rvs/src/rvsexec.cpp and rvs/src/rvs_interface.cpp as well.

@manoj-freyr manoj-freyr requested a review from jkottiku March 19, 2024 09:29
@@ -22,10 +22,10 @@
* SOFTWARE.
*
*******************************************************************************/
#ifndef HIPTEST_SO_INCLUDE_RVS_MODULE_H_
#define HIPTEST_SO_INCLUDE_RVS_MODULE_H_
#ifndef EM_SO_INCLUDE?RVS_MODULE_H_
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems typo. Underscore "_" expected instead of "?" right ?

Copy link
Collaborator

@jkottiku jkottiku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants