-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: oneapi-src/unified-memory-framework
base: v0.10.0
head repository: oneapi-src/unified-memory-framework
compare: v0.10.1
- 13 commits
- 19 files changed
- 4 contributors
Commits on Dec 9, 2024
-
Fix: remove incorrect assert in utils_align_ptr_up_size_down()
Remove incorrect assert in utils_align_ptr_up_size_down(). A pointer is aligned, but a size is only adjusted to the new pointer. The size does not have to be aligned. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4ff474f - Browse repository at this point
Copy the full SHA 4ff474fView commit details -
Add tests for utils_align_ptr_up_size_down()
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for dd47ffc - Browse repository at this point
Copy the full SHA dd47ffcView commit details
Commits on Dec 10, 2024
-
Merge pull request #977 from ldorau/Remove_incorrect_assert_in_utils_…
…align_ptr_up_size_down Fix: remove incorrect assert in utils_align_ptr_up_size_down()
Configuration menu - View commit details
-
Copy full SHA for a094b44 - Browse repository at this point
Copy the full SHA a094b44View commit details
Commits on Dec 12, 2024
-
Add strings with UMF version and useful CMake options
Add strings with UMF version and useful CMake options that can be grepped in the following way: $ strings libumf.so | grep "@(#)" @(#) Intel(R) UMF version: 0.11.0-dev.git66.g89e3831d @(#) Intel(R) UMF CMake variables: "CMAKE_BUILD_TYPE:Debug,... Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 0f8b59d - Browse repository at this point
Copy the full SHA 0f8b59dView commit details -
Merge pull request #992 from ldorau/Add_strings_with_UMF_version_and_…
…all_UMF_CMake_variables Add strings with UMF version and useful CMake options
Configuration menu - View commit details
-
Copy full SHA for ac9094d - Browse repository at this point
Copy the full SHA ac9094dView commit details
Commits on Dec 20, 2024
-
Add error messages when CUDA provider is disabled
Add error messages when CUDA provider is disabled (UMF_BUILD_CUDA_PROVIDER is OFF). Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b09b243 - Browse repository at this point
Copy the full SHA b09b243View commit details -
Add error messages when DevDax provider is disabled
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b108d7f - Browse repository at this point
Copy the full SHA b108d7fView commit details -
Add error messages when File provider is disabled
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3d9f85f - Browse repository at this point
Copy the full SHA 3d9f85fView commit details -
Add error messages when L0 memory provider is disabled
Add error messages when L0 memory provider is disabled (UMF_BUILD_LEVEL_ZERO_PROVIDER is OFF). Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 0d0d9b2 - Browse repository at this point
Copy the full SHA 0d0d9b2View commit details -
Merge pull request #1012 from ldorau/Add_error_messages_when_memory_p…
…roviders_are_disabled Add error messages when memory providers are disabled
Configuration menu - View commit details
-
Copy full SHA for 7510404 - Browse repository at this point
Copy the full SHA 7510404View commit details
Commits on Jan 3, 2025
-
Set symbol versions in def/map files
Co-authored-by: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c0331a4 - Browse repository at this point
Copy the full SHA c0331a4View commit details -
Merge pull request #1013 from lukaszstolarczuk/set-symbol-ver
Set symbol versions 0.10 in def/map files
Configuration menu - View commit details
-
Copy full SHA for eec0c91 - Browse repository at this point
Copy the full SHA eec0c91View commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 286a6d8 - Browse repository at this point
Copy the full SHA 286a6d8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0...v0.10.1