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

enable occa on Windows #646

Open
wants to merge 15 commits into
base: development
Choose a base branch
from
Open

Conversation

nnnunnn
Copy link

@nnnunnn nnnunnn commented Jan 27, 2023

Description

Enable the building of occa for 64-bit Windows using Visual Studio 2022 (v17.4.4)

Note: to build libocca.lib using the project in /occa/scripts/buildvc/, please edit paths in file libocca.vcxproj to suit local system (see "AdditionalIncludeDirectories", both release and debug sections).

@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #646 (4635714) into development (afa4e89) will increase coverage by 0.14%.
Report is 61 commits behind head on development.
The diff coverage is 64.01%.

❗ Current head 4635714 differs from pull request most recent head a996105. Consider uploading reports for the commit a996105 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #646      +/-   ##
===============================================
+ Coverage        76.14%   76.29%   +0.14%     
===============================================
  Files              269      291      +22     
  Lines            19920    18778    -1142     
===============================================
- Hits             15169    14327     -842     
+ Misses            4751     4451     -300     
Files Changed Coverage Δ
include/occa/core/memory.hpp 100.00% <ø> (ø)
include/occa/types/primitive.hpp 75.00% <ø> (-18.43%) ⬇️
src/c/device.cpp 89.23% <0.00%> (+0.16%) ⬆️
src/occa/internal/core/buffer.cpp 100.00% <ø> (ø)
src/occa/internal/core/buffer.hpp 0.00% <0.00%> (ø)
src/occa/internal/core/device.hpp 100.00% <ø> (ø)
src/occa/internal/core/launchedDevice.hpp 0.00% <ø> (ø)
src/occa/internal/lang/modes/dpcpp.cpp 82.66% <ø> (+2.28%) ⬆️
src/occa/internal/lang/modes/serial.cpp 29.00% <0.00%> (-0.39%) ⬇️
src/occa/internal/lang/modes/serial.hpp 100.00% <ø> (ø)
... and 36 more

... and 170 files with indirect coverage changes

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

Successfully merging this pull request may close these issues.

None yet

2 participants