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

v2.0 #741

Merged
merged 31 commits into from Mar 12, 2024
Merged

v2.0 #741

merged 31 commits into from Mar 12, 2024

Conversation

kris-rowe
Copy link
Member

Integrate changes from development ahead of the v2.0 release.

deukhyun-cha and others added 30 commits September 19, 2023 02:32
Co-authored-by: Rakesh Roy <rakesh.roy@amd.com>
Clang 12 is no longer available in GitHub's Ubutntu 22.04 runner.
* [HIP] Remove some compile-time backward compatibility switches

* [HIP] Bump supported HIP version to v4.2 or later
The environment variable `SYCL_DEVICE_FILTER` used by the oneAPI SDK is deprecated, causing some tests to fail.
Intended for CMake builds which add occa as a subdirectory.
…sary. Add an option to only generate jit kernel related code for the new number of kernel arguments and leave others to the default value for compile time efficiency (#725)
* Refactor OpenCL utilities and device creation.

* Update OpenCL default device type.

* Only run math function test for active modes.

* Update GitHub workflows.

* Remove OpenCL from math function tests.
Without this, CUDA::cuda_driver target is not linked to libocca during
consumption and as a result there is a build problem: libcuda.so cannot
be found. This occurs on machines which do not have CUDA lib default,
 compiler included libraries (e.g. in /lib64)
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

Attention: Patch coverage is 55.41126% with 103 lines in your changes are missing coverage. Please review.

Project coverage is 74.97%. Comparing base (48f1d63) to head (39908af).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #741      +/-   ##
==========================================
- Coverage   75.26%   74.97%   -0.29%     
==========================================
  Files         297      298       +1     
  Lines       19326    19487     +161     
==========================================
+ Hits        14545    14610      +65     
- Misses       4781     4877      +96     
Files Coverage Δ
include/occa/core/memoryPool.tpp 100.00% <ø> (ø)
include/occa/functional/typelessArray.hpp 73.49% <100.00%> (ø)
src/c/base.cpp 85.71% <100.00%> (ø)
src/c/memoryPool.cpp 87.87% <100.00%> (ø)
src/core/base.cpp 72.82% <100.00%> (+2.17%) ⬆️
src/core/kernel.cpp 85.93% <ø> (ø)
src/core/memory.cpp 84.71% <100.00%> (+1.38%) ⬆️
src/occa/internal/core/device.hpp 100.00% <ø> (ø)
src/occa/internal/core/memory.cpp 100.00% <ø> (ø)
src/occa/internal/core/memoryPool.cpp 68.58% <ø> (ø)
... and 18 more

... and 3 files with indirect coverage changes

@kris-rowe kris-rowe merged commit 3cba084 into main Mar 12, 2024
15 of 16 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

7 participants