@@ -81,37 +81,7 @@ outputs:
81
81
- spdlog {{ spdlog_version }}
82
82
test :
83
83
commands :
84
- - test -f $PREFIX/include/rmm/logger.hpp
85
- - test -f $PREFIX/include/rmm/cuda_stream.hpp
86
- - test -f $PREFIX/include/rmm/cuda_stream_view.hpp
87
- - test -f $PREFIX/include/rmm/cuda_stream_pool.hpp
88
- - test -f $PREFIX/include/rmm/device_uvector.hpp
89
- - test -f $PREFIX/include/rmm/device_scalar.hpp
90
- - test -f $PREFIX/include/rmm/device_buffer.hpp
91
- - test -f $PREFIX/include/rmm/detail/aligned.hpp
92
- - test -f $PREFIX/include/rmm/detail/error.hpp
93
- - test -f $PREFIX/include/rmm/detail/exec_check_disable.hpp
94
- - test -f $PREFIX/include/rmm/mr/device/detail/arena.hpp
95
- - test -f $PREFIX/include/rmm/mr/device/detail/free_list.hpp
96
- - test -f $PREFIX/include/rmm/mr/device/detail/coalescing_free_list.hpp
97
- - test -f $PREFIX/include/rmm/mr/device/detail/fixed_size_free_list.hpp
98
- - test -f $PREFIX/include/rmm/mr/device/detail/stream_ordered_memory_resource.hpp
99
- - test -f $PREFIX/include/rmm/mr/device/arena_memory_resource.hpp
100
- - test -f $PREFIX/include/rmm/mr/device/binning_memory_resource.hpp
101
- - test -f $PREFIX/include/rmm/mr/device/cuda_memory_resource.hpp
102
- - test -f $PREFIX/include/rmm/mr/device/device_memory_resource.hpp
103
- - test -f $PREFIX/include/rmm/mr/device/fixed_size_memory_resource.hpp
104
- - test -f $PREFIX/include/rmm/mr/device/limiting_resource_adaptor.hpp
105
- - test -f $PREFIX/include/rmm/mr/device/logging_resource_adaptor.hpp
106
- - test -f $PREFIX/include/rmm/mr/device/managed_memory_resource.hpp
107
- - test -f $PREFIX/include/rmm/mr/device/owning_wrapper.hpp
108
- - test -f $PREFIX/include/rmm/mr/device/per_device_resource.hpp
109
- - test -f $PREFIX/include/rmm/mr/device/pool_memory_resource.hpp
110
- - test -f $PREFIX/include/rmm/mr/device/thread_safe_resource_adaptor.hpp
111
- - test -f $PREFIX/include/rmm/mr/device/thrust_allocator_adaptor.hpp
112
- - test -f $PREFIX/include/rmm/mr/host/host_memory_resource.hpp
113
- - test -f $PREFIX/include/rmm/mr/host/new_delete_resource.hpp
114
- - test -f $PREFIX/include/rmm/mr/host/pinned_memory_resource.hpp
84
+ - test -d "${PREFIX}/include/rmm"
115
85
about :
116
86
home : https://rapids.ai/
117
87
license : Apache-2.0
0 commit comments