We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fa574f + 33610cb commit 6484c77Copy full SHA for 6484c77
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [0.14.0] - MM/DD/2024
+## [0.14.0] - 02/19/2024
8
9
This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9 integrated GPUs found in Intel CPUs of 10th generation and older.
10
conda-recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set required_compiler_and_mkl_version = "2024.1" %}
2
-{% set required_dpctl_version = "0.16.0*" %}
+{% set required_dpctl_version = "0.16.0" %}
3
package:
name: dpnp
0 commit comments