paper-with-me

Papers

Optimizing the Linear Fascicle Evaluation Algorithm for Multi-Core and Many-Core Systems

2019-05-14 · Karan Aggarwal, Uday Bondhugula

Sparse matrix-vector multiplication (SpMV) operations are commonly used in various scientific applications. The performance of the SpMV operation often depends on exploiting regularity patterns in the matrix. Various representations have been proposed to minimize the memory bandwidth bottleneck arising from the irregular memory access pattern involved. Among recent representation techniques, tensor decomposition is a popular one used for very large but sparse matrices. Post sparse-tensor decomposition, the new representation involves indirect accesses, making it challenging to optimize for multi-cores and GPUs. Computational neuroscience algorithms often involve sparse datasets while still performing long-running computations on them. The LiFE application is a popular neuroscience algorithm used for pruning brain connectivity graphs. The datasets employed herein involve the Sparse Tucker Decomposition (STD), a widely used tensor decomposition method. Using this decomposition leads to irregular array references, making it very difficult to optimize for both CPUs and GPUs. Recent codes of the LiFE algorithm show that its SpMV operations are the key bottleneck for performance and scaling. In this work, we first propose target-independent optimizations to optimize these SpMV operations, followed by target-dependent optimizations for CPU and GPU systems. The target-independent techniques include: (1) standard compiler optimizations, (2) data restructuring methods, and (3) methods to partition computations among threads. Then we present the optimizations for CPUs and GPUs to exploit platform-specific speed. Our highly optimized CPU code obtain a speedup of 27.12x over the original sequential CPU code running on 16-core Intel Xeon (Skylake-based) system, and our optimized GPU code achieves a speedup of 5.2x over a reference optimized GPU code version on NVIDIA's GeForce RTX 2080 Ti GPU.

📄 PDF Abstract BibTeX arXiv:1905.06234

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUTensor Decomposition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
TuckER TuckER

Similar Papers 제목 키워드 기반

Unified representation of tractography and diffusion-weighted MRI data using sparse multidimensional arrays

2017-12-01 · NeurIPS 2017 12 · Cesar F. Caiafa, Olaf Sporns, Andrew Saykin, Franco Pestilli

Recently, linear formulations and convex optimization methods have been proposed to predict diffusion-weighted Magnetic Resonance Imaging (dMRI) data given estimates of brain connections generated using tractography algo…

Tensor Decomposition

A new strain energy function for modelling ligaments and tendons whose fascicles have a helical arrangement of fibrils

2015-08-17

A new strain energy function for the hyperelastic modelling of ligaments and tendons whose fascicles have a helical arrangement of fibrils is derived. The stress-strain response of a single fascicle whose fibrils exhibit…

A machine learning-based method for estimating the number and orientations of major fascicles in diffusion-weighted magnetic resonance imaging

2020-06-19 · Davood Karimi, Lana Vasung, Camilo Jaimes, Fedel Machado-Rivas 외

Multi-compartment modeling of diffusion-weighted magnetic resonance imaging measurements is necessary for accurate brain connectivity analysis. Existing methods for estimating the number and orientations of fascicles in …

Evaluating the accuracy of diffusion MRI models in white matter

2015-03-14

Models of diffusion MRI within a voxel are useful for making inferences about the properties of the tissue and inferring fiber orientation distribution used by tractography algorithms. A useful model must fit the data ac…

Diffusion MRI

Fully automated analysis of muscle architecture from B-mode ultrasound images with deep learning

2020-09-10 · Neil J. Cronin, Taija Finni, Olivier Seynnes

B-mode ultrasound is commonly used to image musculoskeletal tissues, but one major bottleneck is data interpretation, and analyses of muscle thickness, pennation angle and fascicle length are often still performed manual…

CPUGPU