中文
相关论文

相关论文: Daisen: A Framework for Visualizing Detailed GPU E…

200 篇论文

As high energy physics experiments reach higher luminosities and intensities, the computing burden for real time data processing and reduction grows. Following the developments in the computing landscape, multi-core processors such as…

仪器与探测器 · 物理学 2020-08-26 Dorothea vom Bruch

Data management on GPUs has become increasingly relevant due to a tremendous rise in processing power and available GPU memory. Similar to main-memory systems, there is a need for performant GPU-resident index structures to speed up query…

数据库 · 计算机科学 2023-09-28 Justus Henneberg , Felix Schuhknecht

These notes accompany the open-source code published in GitHub which implements a GPU-based line-segment, surface-triangle intersection algorithm in CUDA. It mentions some relevant works and discusses issues specific to this implementation.…

分布式、并行与集群计算 · 计算机科学 2022-09-08 Raymond Leung

GPU design space exploration (DSE) for modern AI workloads, such as Large-Language Model (LLM) inference, is challenging because of GPUs' vast, multi-modal design spaces, high simulation costs, and complex design optimization objectives…

硬件体系结构 · 计算机科学 2026-03-19 Tao Zhang , Rui Ma , Shuotao Xu , Yongqiang Xiong , Peng Cheng

One of the keys for deep learning to have made a breakthrough in various fields was to utilize high computing powers centering around GPUs. Enabling the use of further computing abilities by distributed processing is essential not only to…

分布式、并行与集群计算 · 计算机科学 2017-11-01 Takuya Akiba , Keisuke Fukuda , Shuji Suzuki

Graphics Processing Units (GPUs) maintain a large register file to increase the thread level parallelism (TLP). To increase the TLP further, recent GPUs have increased the number of on-chip registers in every generation. However, with the…

硬件体系结构 · 计算机科学 2018-03-30 Vishwesh Jatala , Jayvant Anantpur , Amey Karkare

Differentiable rendering techniques have recently shown promising results for free-viewpoint video synthesis of characters. However, such methods, either Gaussian Splatting or neural implicit rendering, typically necessitate per-subject…

计算机视觉与模式识别 · 计算机科学 2024-11-19 Boyao Zhou , Shunyuan Zheng , Hanzhang Tu , Ruizhi Shao , Boning Liu , Shengping Zhang , Liqiang Nie , Yebin Liu

Training a state-of-the-art deep neural network (DNN) is a computationally-expensive and time-consuming process, which incentivizes deep learning developers to debug their DNNs for computational performance. However, effectively performing…

人机交互 · 计算机科学 2020-08-21 Geoffrey X. Yu , Tovi Grossman , Gennady Pekhimenko

Parallel programming models can encourage performance portability by moving the responsibility for work assignment and data distribution from the programmer to a runtime system. However, analyzing the resulting implicit memory allocations,…

分布式、并行与集群计算 · 计算机科学 2025-03-14 Fabian Knorr , Philip Salzmann , Peter Thoman , Thomas Fahringer

GPU-accelerated computing is a key technology to realize high-speed inference servers using deep neural networks (DNNs). An important characteristic of GPU-based inference is that the computational efficiency, in terms of the processing…

性能 · 计算机科学 2021-01-13 Yoshiaki Inoue

The reliability of cardiovascular computational models depends on the accurate solution of the hemodynamics, the realistic characterization of the hyperelastic and electric properties of the tissues along with the correct description of…

Particle-based representations of radiance fields such as 3D Gaussian Splatting have found great success for reconstructing and re-rendering of complex scenes. Most existing methods render particles via rasterization, projecting them to…

This research proposes a practical method for detecting featureless objects by using image alignment approach with a robust similarity measure in industrial applications. This similarity measure is robust against occlusion, illumination…

计算机视觉与模式识别 · 计算机科学 2021-12-13 Trung-Son Le , Chyi-Yeu Lin

Many emerging cyber-physical systems, such as autonomous vehicles and robots, rely heavily on artificial intelligence and machine learning algorithms to perform important system operations. Since these highly parallel applications are…

分布式、并行与集群计算 · 计算机科学 2023-02-07 An Zou , Jing Li , Christopher D. Gill , Xuan Zhang

Parallel computing can offer an enormous advantage regarding the performance for very large applications in almost any field: scientific computing, computer vision, databases, data mining, and economics. GPUs are high performance many-core…

分布式、并行与集群计算 · 计算机科学 2015-11-24 Bogdan Oancea , Tudorel Andrei , Raluca Mariana Dragoescu

Evolutionary computing (EC) has proven to be effective in solving complex optimization and robotics problems. Unfortunately, typical Evolutionary Algorithms (EAs) are constrained by the computational capacity available to researchers. More…

分布式、并行与集群计算 · 计算机科学 2025-02-19 Rustam Eynaliyev , Houcen Liu

For large-scale graph analytics on the GPU, the irregularity of data access and control flow, and the complexity of programming GPUs have been two significant challenges for developing a programmable high-performance graph library.…

分布式、并行与集群计算 · 计算机科学 2016-02-24 Yangzihao Wang , Andrew Davidson , Yuechao Pan , Yuduo Wu , Andy Riffel , John D. Owens

In this paper, we present Perun: an open-source tool suite for profiling-based performance analysis. At its core, Perun maintains links between project versions and the corresponding stored performance profiles, which are then leveraged for…

性能 · 计算机科学 2022-08-05 Tomáš Fiedor , Jiří Pavela , Adam Rogalewicz , Tomáš Vojnar

Graph neural networks (GNNs) process large-scale graphs consisting of a hundred billion edges. In contrast to traditional deep learning, unique behaviors of the emerging GNNs are engaged with a large set of graphs and embedding data on…

硬件体系结构 · 计算机科学 2022-01-25 Miryeong Kwon , Donghyun Gouk , Sangwon Lee , Myoungsoo Jung

Graph layouts are key to exploring massive graphs. An enormous number of nodes and edges do not allow network analysis software to produce meaningful visualization of the pervasive networks. Long computation time, memory and display…

分布式、并行与集群计算 · 计算机科学 2021-08-03 Ehsan Moradi , Debajyoti Mondal
‹ 上一页 1 8 9 10 下一页 ›