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

Introducing Graph class #242

Merged
merged 20 commits into from
Feb 15, 2024
Merged

Introducing Graph class #242

merged 20 commits into from
Feb 15, 2024

Conversation

iitaku
Copy link
Collaborator

@iitaku iitaku commented Feb 14, 2024

  • The ion::Graph class is introduced to handle a set of nodes at the same time
  • Added various APIs to operate a port
  • The ion::Builder is redesigned to have Impl class
  • Improved capabilities to handle arguments that are mixed and matched
  • Lowering process is reorganized
  • sole (uuid library) is updated to 1.0.5

@xinyuli1204
Copy link
Contributor

  1. macos error when build(solved)

related issue:

  1. fix clang compilation error r-lyeh-archived/sole#40
  2. error: type of thread-local variable has non-trivial destruction r-lyeh-archived/sole#42

It show that this error only related when complier is clang, I check the failed case:
1. LINUX
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
2. MACOS
-- The C compiler identification is AppleClang 15.0.0.15000040
-- The CXX compiler identification is AppleClang 15.0.0.15000040
3. WINDOWS
-- The C compiler identification is MSVC 19.29.30153.0
-- The CXX compiler identification is MSVC 19.29.30153.0

  1. windows error when test(solved)

Buffer<int32_t> out1(size, size);
out0.fill(0);
out1.fill(0);

@iitaku iitaku merged commit 465b956 into main Feb 15, 2024
3 checks passed
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.

None yet

3 participants