Skip to content

Commit 0f1a922

Browse files
Comment duplicate publist entry
1 parent f4d78b6 commit 0f1a922

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

_data/publist.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -399,24 +399,24 @@
399399
url: https://arxiv.org/abs/2304.02650
400400
year: '2023'
401401

402-
- title: Fast And Automatic Floating Point Error Analysis With CHEF-FP
403-
author: Garima Singh, Baidyanath Kundu, Harshitha Menon, Alexander Penev, David J. Lange,
404-
Vassil Vassilev
405-
abstract: |
406-
As we reach the limit of Moore's Law, researchers are exploring different paradigms to
407-
achieve unprecedented performance. Approximate Computing (AC), which relies on the ability
408-
of applications to tolerate some error in the results to trade-off accuracy for performance,
409-
has shown significant promise. Despite the success of AC in domains such as Machine Learning,
410-
its acceptance in High-Performance Computing (HPC) is limited due to stringent requirements
411-
for accuracy. We need tools and techniques to identify regions of code that are amenable to
412-
approximations and their impact on the application output quality to guide developers to employ
413-
selective approximation. To this end, we propose CHEF-FP, a flexible, scalable, and easy-to-use
414-
source-code transformation tool based on Automatic Differentiation (AD) for analyzing
415-
approximation errors in HPC applications. CHEF-FP uses ...
416-
cites: '0'
417-
eprint: https://arxiv.org/abs/2304.06441
418-
url: https://arxiv.org/abs/2304.06441
419-
year: '2023'
402+
# - title: Fast And Automatic Floating Point Error Analysis With CHEF-FP
403+
# author: Garima Singh, Baidyanath Kundu, Harshitha Menon, Alexander Penev, David J. Lange,
404+
# Vassil Vassilev
405+
# abstract: |
406+
# As we reach the limit of Moore's Law, researchers are exploring different paradigms to
407+
# achieve unprecedented performance. Approximate Computing (AC), which relies on the ability
408+
# of applications to tolerate some error in the results to trade-off accuracy for performance,
409+
# has shown significant promise. Despite the success of AC in domains such as Machine Learning,
410+
# its acceptance in High-Performance Computing (HPC) is limited due to stringent requirements
411+
# for accuracy. We need tools and techniques to identify regions of code that are amenable to
412+
# approximations and their impact on the application output quality to guide developers to employ
413+
# selective approximation. To this end, we propose CHEF-FP, a flexible, scalable, and easy-to-use
414+
# source-code transformation tool based on Automatic Differentiation (AD) for analyzing
415+
# approximation errors in HPC applications. CHEF-FP uses ...
416+
# cites: '0'
417+
# eprint: https://arxiv.org/abs/2304.06441
418+
# url: https://arxiv.org/abs/2304.06441
419+
# year: '2023'
420420

421421
- title: Efficient and Accurate Automatic Python Bindings with cppyy & Cling
422422
author: Baidyanath Kundu, Vassil Vassilev, Wim Lavrijsen
@@ -486,5 +486,6 @@
486486
pages: 1018-1028
487487
publisher: IEEE
488488
url: https://ieeexplore.ieee.org/document/10177445
489+
link: /publications/fast-and-automatic-floating-point-error-analysis-with-chef-fp
489490
volume: '608'
490-
year: '2023'
491+
year: '2023'

0 commit comments

Comments
 (0)