Skip to main content

Showing 1–12 of 12 results for author: Vinter, B

.
  1. arXiv:2104.09768  [pdf, ps, other

    cs.AR

    SME: A High Productivity FPGA Tool for Software Programmers

    Authors: Carl-Johannes Johnsen, Alberte Thegler, Kenneth Skovhede, Brian Vinter

    Abstract: For several decades, the CPU has been the standard model to use in the majority of computing. While the CPU does excel in some areas, heterogeneous computing, such as reconfigurable hardware, is showing increasing potential in areas like parallelization, performance, and power usage. This is especially prominent in problems favoring deep pipelining or tight latency requirements. However, due to th… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

  2. Regularity of the Hamiltonian along Optimal Trajectories

    Authors: Michele Palladino, Richard B. Vinter

    Abstract: This paper concerns state constrained optimal control problems, in which the dynamic constraint takes the form of a differential inclusion. If the differential inclusion does not depend on time, then the Hamiltonian, evaluated along the optimal state trajectory and the co-state trajectory, is independent of time. If the differential inclusion is Lipschitz continuous, then the Hamitonian, evaluated… ▽ More

    Submitted 26 December, 2019; originally announced December 2019.

    Comments: 36 pages. Published paper

    Journal ref: SIAM Journal on Control and Optimization, 53(4), 1892-1919

  3. arXiv:1612.08393  [pdf, ps, other

    math.DS

    Optimal Control Problems with Time Delays (Preliminary Version)

    Authors: Andrea Boccia, Richard B. Vinter

    Abstract: This paper provides necessary conditions of optimality for optimal control problems with time delays in both state and control variables. Different versions of the necessary conditions cover fixed end-time problems and, under additional hypotheses, free end-time problems. The conditions improve on previous available conditions in a number of respects. They can be regarded as the first generalized… ▽ More

    Submitted 5 January, 2017; v1 submitted 26 December, 2016; originally announced December 2016.

    Comments: new version contains corrections to some typos

  4. arXiv:1504.06474  [pdf, ps, other

    cs.MS cs.DC math.NA

    Speculative Segmented Sum for Sparse Matrix-Vector Multiplication on Heterogeneous Processors

    Authors: Weifeng Liu, Brian Vinter

    Abstract: Sparse matrix-vector multiplication (SpMV) is a central building block for scientific software and graph applications. Recently, heterogeneous processors composed of different types of cores attracted much attention because of their flexible core configuration and high energy efficiency. In this paper, we propose a compressed sparse row (CSR) format based SpMV algorithm utilizing both types of cor… ▽ More

    Submitted 14 September, 2015; v1 submitted 24 April, 2015; originally announced April 2015.

    Comments: 22 pages, 8 figures, Published at Parallel Computing (PARCO)

    MSC Class: 65F50 ACM Class: G.4; G.1.3

  5. arXiv:1504.05022  [pdf, ps, other

    cs.MS cs.DC math.NA

    A Framework for General Sparse Matrix-Matrix Multiplication on GPUs and Heterogeneous Processors

    Authors: Weifeng Liu, Brian Vinter

    Abstract: General sparse matrix-matrix multiplication (SpGEMM) is a fundamental building block for numerous applications such as algebraic multigrid method (AMG), breadth first search and shortest path problem. Compared to other sparse BLAS routines, an efficient parallel SpGEMM implementation has to handle extra irregularity from three aspects: (1) the number of nonzero entries in the resulting sparse matr… ▽ More

    Submitted 13 September, 2015; v1 submitted 20 April, 2015; originally announced April 2015.

    Comments: 25 pages, 12 figures, published at Journal of Parallel and Distributed Computing (JPDC)

    MSC Class: 65F50 ACM Class: G.4; G.1.3

  6. arXiv:1503.05032  [pdf, ps, other

    cs.MS cs.DC math.NA

    CSR5: An Efficient Storage Format for Cross-Platform Sparse Matrix-Vector Multiplication

    Authors: Weifeng Liu, Brian Vinter

    Abstract: Sparse matrix-vector multiplication (SpMV) is a fundamental building block for numerous applications. In this paper, we propose CSR5 (Compressed Sparse Row 5), a new storage format, which offers high-throughput SpMV on various platforms including CPUs, GPUs and Xeon Phi. First, the CSR5 format is insensitive to the sparsity structure of the input matrix. Thus the single format can support an SpMV… ▽ More

    Submitted 9 April, 2015; v1 submitted 17 March, 2015; originally announced March 2015.

    Comments: 12 pages, 10 figures, In Proceedings of the 29th ACM International Conference on Supercomputing (ICS '15)

    MSC Class: 65F50 ACM Class: G.4; G.1.3

  7. arXiv:1411.0155  [pdf, ps, other

    math.OC

    Multifunctions of Bounded Variation, Preliminary Version I

    Authors: R. B. Vinter

    Abstract: Consider control systems described by a differential equation with a control term or, more generally, by a differential inclusion with velocity set $F(t,x)$. Certain properties of state trajectories can be derived when, in addition to other hypotheses, it is assumed that $F(t,x)$ is merely measurable w.r.t. the time variable $t$. But sometimes a refined analysis requires the imposition of stronger… ▽ More

    Submitted 26 August, 2015; v1 submitted 1 November, 2014; originally announced November 2014.

    Comments: Preliminary version of a article which will submitted to a journal for publication

    MSC Class: 49J15

  8. arXiv:1302.6431  [pdf, other

    math.OC math.AP

    A decomposition technique for pursuit evasion games with many pursuers

    Authors: Adriano Festa, Richard B. Vinter

    Abstract: Here we present a decomposition technique for a class of differential games. The technique consists in a decomposition of the target set which produces, for geometrical reasons, a decomposition in the dimensionality of the problem. Using some elements of Hamilton-Jacobi equations theory, we find a relation between the regularity of the solution and the possibility to decompose the problem. We use… ▽ More

    Submitted 13 March, 2013; v1 submitted 26 February, 2013; originally announced February 2013.

    MSC Class: 49N70 91A23

  9. arXiv:1210.7774  [pdf, other

    cs.PL cs.DC

    cphVB: A System for Automated Runtime Optimization and Parallelization of Vectorized Applications

    Authors: Mads Ruben Burgdorff Kristensen, Simon Andreas Frimann Lund, Troels Blum, Brian Vinter

    Abstract: Modern processor architectures, in addition to having still more cores, also require still more consideration to memory-layout in order to run at full capacity. The usefulness of most languages is deprecating as their abstractions, structures or objects are hard to map onto modern processor architectures efficiently. The work in this paper introduces a new abstract machine framework, cphVB, that… ▽ More

    Submitted 25 March, 2013; v1 submitted 26 October, 2012; originally announced October 2012.

    Journal ref: Proceedings of The 11th Python In Science Conference (SciPy 2012)

  10. Managing Communication Latency-Hiding at Runtime for Parallel Programming Languages and Libraries

    Authors: Mads Ruben Burgdorff Kristensen, Brian Vinter

    Abstract: This work introduces a runtime model for managing communication with support for latency-hiding. The model enables non-computer science researchers to exploit communication latency-hiding techniques seamlessly. For compiled languages, it is often possible to create efficient schedules for communication, but this is not the case for interpreted languages. By maintaining data dependencies between sc… ▽ More

    Submitted 18 January, 2012; originally announced January 2012.

    Comments: PREPRINT

    Journal ref: Proceeding HPCC '12 Proceedings of the 2012 IEEE 14th International Conference on High Performance Computing and Communication & 2012 IEEE 9th International Conference on Embedded Software and Systems

  11. arXiv:0905.2049  [pdf, ps, other

    cond-mat.mtrl-sci cond-mat.str-el

    Towards two-dimensional metallic behavior at LaAlO3/SrTiO3 interfaces

    Authors: O. Copie, V. Garcia, C. Bodefeld, C. Carretero, M. Bibes, G. Herranz, E. Jacquet, J. -L. Maurice, B. Vinter, S. Fusil, K. Bouzehouane, H. Jaffres, A. Barthelemy

    Abstract: Using a low-temperature conductive-tip atomic force microscope in cross-section geometry we have characterized the local transport properties of the metallic electron gas that forms at the interface between LaAlO3 and SrTiO3. At low temperature, we find that the carriers do not spread away from the interface but are confined within ~10 nm, just like at room temperature. Simulations taking into a… ▽ More

    Submitted 13 May, 2009; originally announced May 2009.

    Comments: Accepted for publication in Physical Review Letters

  12. Characterization of the solution to a constrained H-infinity optimal control problem

    Authors: D. Q. Mayne, S. V. Rakovic, R. B. Vinter, E. C. Kerrigan

    Abstract: This paper characterizes the solution to a finite horizon min-max optimal control problem where the system is linear and discrete-time with control and state constraints, and the cost quadratic; the disturbance is negatively costed, as in the standard H-infinity problem, and is constrained. The cost is minimized over control policies and maximized over disturbance sequences so that the solution… ▽ More

    Submitted 14 April, 2005; originally announced April 2005.

    Comments: 37 pages, 3 figures

    Report number: CUED/F-INFENG/TR.518 MSC Class: 93B36 (Primary); 49N35; 49N10; 93B40; 93B50; 93B51; 93B52; 90C31; 90C39; 90C47; 90C90 (Secondary)

    Journal ref: Automatica, Volume 42, Issue 3, March 2006, Pages 371-382