New package: librmm (#19103)
This commit is contained in:
parent
145e3c7215
commit
c21a65b73a
1 changed files with 19 additions and 0 deletions
19
var/spack/repos/builtin/packages/librmm/package.py
Normal file
19
var/spack/repos/builtin/packages/librmm/package.py
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
|
||||||
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
|
class Librmm(CMakePackage):
|
||||||
|
"""RMM: RAPIDS Memory Manager. Achieving optimal
|
||||||
|
performance in GPU-centric workflows frequently requires
|
||||||
|
customizing how host and device memory are allocated."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/rapidsai/rmm"
|
||||||
|
url = "https://github.com/rapidsai/rmm/archive/v0.15.0.tar.gz"
|
||||||
|
|
||||||
|
version('0.15.0', sha256='599f97b95d169a90d11296814763f7e151a8a1e060ba10bc6c8f4684a5cd7972')
|
||||||
|
|
||||||
|
depends_on('cuda@9.0:')
|
Loading…
Reference in a new issue