Skip to content

Commit

Permalink
Changed Xilinx C++11 flag to C++14 (#1585)
Browse files Browse the repository at this point in the history
Our documentation already states that DaCe requires a C++14 capable
compiler:
https://spcldace.readthedocs.io/en/latest/setup/installation.html#dependencies

Additionally, Xilinx Vitis HLS does support C++14. It just wasn't
enabled (instead, C++11 support was enabled).
  • Loading branch information
BenWeber42 authored Jun 8, 2024
1 parent 8632b8b commit e8aebc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ required:
type: str
title: Synthesis arguments
description: High-level synthesis C++ flags
default: "-std=c++11"
default: "-std=c++14"

build_flags:
type: str
Expand Down

0 comments on commit e8aebc0

Please sign in to comment.