-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor to provide a core external interface #153
base: main
Are you sure you want to change the base?
Conversation
ggeorgakoudis
commented
Feb 13, 2025
- Support for Mneme
- Support for Mneme
#include "proteus/CoreLLVMCUDA.hpp" | ||
#endif | ||
|
||
namespace proteus { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some previous functionality is under detail
namespace.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I put in detail
functions that called from the proteus
namespace functions as "implementation", not expected as an external interface. Are you using them from Mneme?
#ifndef PROTEUS_ERROR_H | ||
#define PROTEUS_ERROR_H | ||
|
||
#define FATAL_ERROR(x) \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe PROTEUS_FATAL_ERROR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some Nits. Overall LGTM. I don't think you forgot something. You can land this, and then I can reiterate on mneme
I don't see this function in this interface: |
@ggeorgakoudis I don't see the InitLLVM static function. Is this on purpose? |
No, omission. |