Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Simplify CodegenCppVisitor#1076

Merged
iomaganaris merged 5 commits into
masterfrom
magkanar/codegen_improvements
Sep 21, 2023
Merged

Simplify CodegenCppVisitor#1076
iomaganaris merged 5 commits into
masterfrom
magkanar/codegen_improvements

Conversation

@iomaganaris

Copy link
Copy Markdown
Contributor
  • Rename C to C++ in multiple places
  • Remove wrapper_printer and target_printer since we only print a single C++ file now for all the backends (C++, OpenACC/OpenMP). There is no more ISPC which needed the wrapper.

@pramodk pramodk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Comment thread src/codegen/codegen_cpp_visitor.hpp

@tristan0x tristan0x left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM!
Sorry for the conflict @iomaganaris ¯_(ツ)_/¯

@iomaganaris

Copy link
Copy Markdown
Contributor Author

LGTM! Sorry for the conflict @iomaganaris ¯_(ツ)_/¯

Haha no worries, it was nothing serious 😇

@codecov

codecov Bot commented Sep 21, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (4a6d511) 70.19% compared to head (ab9a6b2) 70.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1076      +/-   ##
==========================================
- Coverage   70.19%   70.19%   -0.01%     
==========================================
  Files         188      188              
  Lines       25632    25630       -2     
==========================================
- Hits        17992    17990       -2     
  Misses       7640     7640              
Files Changed Coverage Δ
src/codegen/codegen_acc_visitor.hpp 50.00% <ø> (ø)
src/codegen/codegen_acc_visitor.cpp 64.10% <100.00%> (ø)
src/codegen/codegen_cpp_visitor.cpp 85.56% <100.00%> (ø)
src/codegen/codegen_cpp_visitor.hpp 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot

Copy link
Copy Markdown
Collaborator

Logfiles from GitLab pipeline #154703 (:white_check_mark:) have been uploaded here!

Status and direct links:

@iomaganaris iomaganaris merged commit f180a2d into master Sep 21, 2023
@iomaganaris iomaganaris deleted the magkanar/codegen_improvements branch September 21, 2023 15:15
ohm314 pushed a commit that referenced this pull request Oct 5, 2023
* Remove wrapper_printer and target_printer since we only print a single C++ file now for all the backends
* Rename C to C++ in multiple places
JCGoran pushed a commit to neuronsimulator/nrn that referenced this pull request Mar 12, 2025
* Remove wrapper_printer and target_printer since we only print a single C++ file now for all the backends
* Rename C to C++ in multiple places

NMODL Repo SHA: BlueBrain/nmodl@f180a2d
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants