咨询与建议

限定检索结果

文献类型

  • 92 篇 期刊文献
  • 74 篇 会议
  • 3 篇 学位论文

馆藏范围

  • 169 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 150 篇 工学
    • 117 篇 计算机科学与技术...
    • 89 篇 软件工程
    • 33 篇 电气工程
    • 13 篇 信息与通信工程
    • 6 篇 控制科学与工程
    • 3 篇 机械工程
    • 3 篇 仪器科学与技术
    • 2 篇 材料科学与工程(可...
    • 2 篇 电子科学与技术(可...
    • 2 篇 土木工程
    • 1 篇 动力工程及工程热...
    • 1 篇 化学工程与技术
    • 1 篇 石油与天然气工程
    • 1 篇 网络空间安全
  • 14 篇 理学
    • 11 篇 数学
    • 2 篇 系统科学
    • 1 篇 化学
    • 1 篇 生物学
  • 4 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...
  • 2 篇 医学
    • 2 篇 基础医学(可授医学...
    • 1 篇 临床医学
    • 1 篇 公共卫生与预防医...
    • 1 篇 药学(可授医学、理...
  • 1 篇 文学
  • 1 篇 军事学
    • 1 篇 军事装备学

主题

  • 169 篇 program optimiza...
  • 17 篇 program transfor...
  • 12 篇 program analysis
  • 10 篇 performance
  • 10 篇 partial evaluati...
  • 9 篇 languages
  • 8 篇 compilers
  • 8 篇 code generation
  • 7 篇 theory
  • 6 篇 algorithms
  • 6 篇 code motion
  • 6 篇 data flow analys...
  • 4 篇 theorem proving
  • 4 篇 program synthesi...
  • 4 篇 computational co...
  • 4 篇 compiler
  • 4 篇 java
  • 4 篇 design
  • 4 篇 functional progr...
  • 4 篇 dynamic compilat...

机构

  • 4 篇 johannes kepler ...
  • 4 篇 suny stony brook...
  • 2 篇 malardalen univ ...
  • 2 篇 univ melbourne d...
  • 2 篇 leiden univ leid...
  • 2 篇 oracle labs linz...
  • 2 篇 department of co...
  • 2 篇 lawrence berkele...
  • 2 篇 cornell univ dep...
  • 2 篇 jiangnan univ sc...
  • 2 篇 purdue univ sch ...
  • 2 篇 mit csail cambri...
  • 2 篇 oracle labs
  • 2 篇 univ washington ...
  • 2 篇 natl univ def te...
  • 2 篇 univ dortmund d-...
  • 2 篇 univ illinois de...
  • 2 篇 univ paris est c...
  • 2 篇 university of ca...
  • 1 篇 samara state tec...

作者

  • 6 篇 knoop j
  • 3 篇 pingali k
  • 3 篇 liu yanhong a.
  • 3 篇 leopoldseder dav...
  • 3 篇 shen xipeng
  • 3 篇 steffen b
  • 3 篇 kloibhofer sebas...
  • 2 篇 jason cong
  • 2 篇 rubio-gonzalez c...
  • 2 篇 lu pingjing
  • 2 篇 wang dengfeng
  • 2 篇 glück r
  • 2 篇 pereira rui
  • 2 篇 hough david
  • 2 篇 bilardi g
  • 2 篇 bonetta daniele
  • 2 篇 saraiva joao
  • 2 篇 hu zhenjiang
  • 2 篇 kahan william
  • 2 篇 de gonzalo simon...

语言

  • 162 篇 英文
  • 6 篇 其他
  • 1 篇 中文
检索条件"主题词=Program Optimization"
169 条 记 录,以下是111-120 订阅
排序:
Egeria: A Framework for Automatic Synthesis of HPC Advising Tools through Multi-Layered Natural Language Processing  17
Egeria: A Framework for Automatic Synthesis of HPC Advising ...
收藏 引用
International Conference for High Performance Computing, Networking, Storage and Analysis (SC)
作者: Guan, Hui Shen, Xipeng Krim, Hamid North Carolina State Univ Raleigh NC 27695 USA
Achieving high performance on modern systems is challenging. Even with a detailed profile from a performance tool, writing or refactoring a program to remove its performance issues is still a daunting task for applica... 详细信息
来源: 评论
Modeling Cache Coherence Misses on Multicores
Modeling Cache Coherence Misses on Multicores
收藏 引用
IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)
作者: Pan, Xiaoyue Jonsson, Bengt Uppsala Univ Dept Informat Technol S-75105 Uppsala Sweden
While maintaining the coherency of private caches, invalidation-based cache coherence protocols introduce cache coherence misses. We address the problem of predicting the number of cache coherence misses in the privat... 详细信息
来源: 评论
Accuracy-Aware optimization of Approximate programs
Accuracy-Aware Optimization of Approximate Programs
收藏 引用
International Conference on Compilers, Architecture and Synthesis for Embedded Systems (CASES)
作者: Misailovic, Sasa MIT CSAIL Cambridge MA 02139 USA
Many modern applications (such as multimedia processing, machine learning, and big-data analytics) exhibit an inherent tradeoff between performance and the accuracy of the produced results. These applications allow us... 详细信息
来源: 评论
Making Collection Operations Optimal with Aggressive JIT Compilation  8
Making Collection Operations Optimal with Aggressive JIT Com...
收藏 引用
8th ACM SIGPLAN International Symposium on Scala (SCALA)
作者: Prokopec, Aleksandar Leopoldseder, David Duboscq, Gilles Wuerthinger, Thomas Oracle Labs Zurich Switzerland Johannes Kepler Univ Linz Linz Austria
Functional collection combinators are a neat and widely accepted data processing abstraction. However, their generic nature results in high abstraction overheads - Scala collections are known to be notoriously slow fo... 详细信息
来源: 评论
Optimizing Database-Backed Applications with Query Synthesis
Optimizing Database-Backed Applications with Query Synthesis
收藏 引用
34th ACM SIGPLAN Conference on programming Language Design and Implementation (PLDI)
作者: Cheung, Alvin Solar-Lezama, Armando Madden, Samuel MIT CSAIL United States
Object-relational mapping libraries are a popular way for applications to interact with databases because they provide transparent access to the database using the same language as the application. Unfortunately, usin... 详细信息
来源: 评论
Floating-Point Precision Tuning Using Blame Analysis  16
Floating-Point Precision Tuning Using Blame Analysis
收藏 引用
38th IEEE/ACM International Conference on Software Engineering (ICSE)
作者: Rubio-Gonzalez, Cindy Cuong Nguyen Mehne, Benjamin Sen, Koushik Demmel, James Kahan, William Iancu, Costin Lavrijsen, Wim Bailey, David H. Hough, David Univ Calif Davis Davis CA 95616 USA Univ Calif Berkeley Berkeley CA 94720 USA Lawrence Berkeley Natl Lab Berkeley CA USA Oracle Corp Redwood Shores CA USA
While tremendously useful, automated techniques for tuning the precision of floating-point programs face important scalability challenges. We present Blame Analysis, a novel dynamic approach that speeds up precision t... 详细信息
来源: 评论
Identification of Approximable program Components Using Edge Profiling  1st
Identification of Approximable Program Components Using Edge...
收藏 引用
1st International Conference on Electronic Systems and Intelligent Computing, ESIC 2020
作者: Arundhati, Priya Pani, Santosh Kumar School of Computer Engineering KIIT University Bhubaneswar India
Approximate computing is gaining popularity day-by-day due to its growing application area. One of the areas where it is required to give attention is program analysis techniques. program analysis focuses mainly on pr... 详细信息
来源: 评论
ACC Saturator: Automatic Kernel optimization for Directive-Based GPU Code
ACC Saturator: Automatic Kernel Optimization for Directive-B...
收藏 引用
2024 Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis, SC Workshops 2024
作者: Matsumura, Kazuaki De Gonzalo, Simon Garcia Pena, Antonio J. Spain Sandia National Laboratories United States
Automatic code optimization is a complex process that typically involves the application of multiple discrete algorithms that modify the program structure irreversibly. However, the design of these algorithms is often... 详细信息
来源: 评论
A Termination Condition of Unfolding Loop for Generalized Partial Computation
收藏 引用
The Journal of China Universities of Posts and Telecommunications 2001年 第2期8卷 25-31,39页
作者: ZHAO Dong fan, FU Yan ning (Department of Computer Science and Technology, Jilin University, Changchun 130012, P.R. China) Department of Computer Science and Technology Jilin University
The unfolding problem of loop has always been a difficult problem on the partial computation and Generalized Partial Computation( GPC ) of imperative language. This paper makes use of Data Flow Analysis( DFA ) tec... 详细信息
来源: 评论
Theorem Proving for All: Equational Reasoning in Liquid Haskell (Functional Pearl)  11
Theorem Proving for All: Equational Reasoning in Liquid Hask...
收藏 引用
Haskell Conference
作者: Vazou, Niki Breitner, Joachim Kunkel, Rose Van Horn, David Hutton, Graham Univ Maryland College Pk MD 20742 USA Univ Penn Philadelphia PA 19104 USA Univ Nottingham Nottingham England
Equational reasoning is one of the key features of pure functional languages such as Haskell. To date, however, such reasoning always took place externally to Haskell, either manually on paper, or mechanised in a theo... 详细信息
来源: 评论