1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
usr/cmake/FindHIP*
usr/lib/*/.hipInfo
# Duplicate files in non FHS compliant directory
usr/hip/*
# Duplicate files in multiarch unfriendly directory
usr/lib/libamdhip64.so*
usr/lib/libhiprtc-builtins.so*
usr/lib/libhiprtc.so*
usr/lib/cmake
# Extra license files
usr/share/doc/hip/LICENSE.txt
usr/share/doc/hip-asan/LICENSE.txt
usr/share/doc/opencl-asan/LICENSE.txt
usr/share/doc/opencl/LICENSE.txt
usr/share/doc/rocm-ocl-icd/LICENSE
# TODO: Samples would be interesting to get in a side package.
usr/share/hip/samples/*
# doxygen docs
usr/share/doc/hip/RuntimeAPI/html
# Available in clinfo package
usr/bin/clinfo
# Available in opencl-c-headers
usr/include/CL
# Available in ocl-icd-libopencl1/ocl-icd-opencl-dev
usr/lib/${DEB_HOST_MULTIARCH}/libOpenCL.so*
# Not available in Debian as far as I can tell but this is not the
# place to introduce it if we want it - kaol
usr/lib/${DEB_HOST_MULTIARCH}/libcltrace.so
# Windows batch files
usr/bin/*.bat
|