- CCTag-1.0.3.tar.gz
- CCTag-1.0.3/src/cctag/cuda/assist.cu
- CCTag-1.0.3/src/cctag/cuda/cctag_cuda_runtime.h
- CCTag-1.0.3/src/cctag/cuda/cmp_list.cu
- CCTag-1.0.3/src/cctag/cuda/debug_image.cu
- CCTag-1.0.3/src/cctag/cuda/debug_is_on_edge.cu
- CCTag-1.0.3/src/cctag/cuda/frame.cu
- CCTag-1.0.3/src/cctag/cuda/frame_01_tex.cu
- CCTag-1.0.3/src/cctag/cuda/frame_02_gaussian.cu
- CCTag-1.0.3/src/cctag/cuda/frame_03_magmap.cu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
arch=x86_64 | |
build_type=Release | |
compiler=gcc | |
compiler.cppstd=gnu17 | |
compiler.libcxx=libstdc++11 | |
compiler.version=13 | |
os=Linux | |
[conf] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Default device path | |
DEFAULT_DEVICE="/dev/ttyUSB0" | |
DEFAULT_VIRT_DEVICE="/tmp/virtual_tty" | |
# Function to display usage information | |
usage() { | |
echo "Usage: $0 [OPTIONS]" | |
echo "Creates a virtual TTY connected to a real serial device with bidirectional logging." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:24.10 AS tools | |
ENV DEBIAN_FRONTEND=noninteractive | |
RUN apt-get update && apt-get install -y --no-install-recommends \ | |
gcc-13 \ | |
g++-13 \ | |
gcc-13-aarch64-linux-gnu \ | |
g++-13-aarch64-linux-gnu \ | |
binutils-aarch64-linux-gnu \ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CMAKE generated file: DO NOT EDIT! | |
# Generated by "Ninja" Generator, CMake Version 3.30 | |
# This file contains all the build statements describing the | |
# compilation DAG. | |
# ============================================================================= | |
# Write statements declared in CMakeLists.txt: | |
# | |
# Which is the root file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o errexit -o nounset -o pipefail | |
if [ -f conandata.yml ]; then | |
dir=. | |
elif [ -f ../conandata.yml ]; then | |
dir=.. | |
elif [ -f ../../conandata.yml ]; then | |
dir=../.. | |
elif [ -f meson/conandata.yml ]; then |
- GKlib-METIS-v5.1.1-DistDGL-0.5.tar.gz
- GKlibSystem.cmake
- GraphBLAS-9.2.0.tar.gz
- CMakeLists.txt
- GraphBLAS/CMakeLists.txt
- LightGBM-4.3.0.tar.gz
- CMakeLists.txt
- METIS-5.2.1.tar.gz
- conf/gkbuild.cmake
- OpenBLAS-0.3.27.tar.gz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class VtkConan(ConanFile): | |
def generate(self): | |
deps = CMakeDeps(self) | |
deps.generate() | |
# Store a mapping from CMake to Conan targets for later use in package_info() | |
targets_map = self._get_cmake_to_conan_targets_map(deps) | |
save(self, self._cmake_targets_map_json, json.dumps(targets_map, indent=2)) | |
@property |
- amgcl
- amgcl/adapter/block_matrix.hpp
- amgcl/adapter/reorder.hpp
- amgcl/adapter/scaled_problem.hpp
- amgcl/backend/block_crs.hpp
- amgcl/backend/builtin.hpp
- amgcl/backend/detail/matrix_ops.hpp
- amgcl/coarsening/plain_aggregates.hpp
- amgcl/coarsening/pointwise_aggregates.hpp
- amgcl/coarsening/ruge_stuben.hpp
NewerOlder