logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

macos安装小软件 cmake

1. 通过网页下载最新的稳定版 cmake***.tar.gz 源代码。0. 假设macos中已经存在了 clang和make工具。

文章图片
#macos
spdlog 简介与基础示例

【代码】spdlog 常用API 即 源代码分析。

文章图片
#c++#linux#设计模式
nccl 源码安装与应用示例 附源码

显存 recvbuff[0] = sendbuff[0] + sendbuff[1];显存 recvbuff[1] = sendbuff[0] + sendbuff[1];sendbuff[0] 是gpu-0 显存里边的要给vector,sendbuff[1] 是gpu-1 显存里边的要给vector,这里没有使用 mpi,故可以直接编译运行。2,github网址。

文章图片
#MPI
Scilab工具箱的初步开发和使用

标  题】:Scilab工具箱的初步开发和使用 【关键字】:Scilab Scilab工具箱的初步开发和使用 大家一般都是比较熟悉Matlab,但是有些时候下必须使用其它的软件 比如,如果没有授权的Matlab,VC,与一些同行交流时 而且,我们越来越依赖于几个商业软件了 长此以往,我们就被套在Matlab上了 好在开源人士和一些开明的团体 提供了一些别的选择, GNU有Octave,语法和Mat

#matlab#图像处理
gdb 调试 llvm 源代码,以 llvm AST 抽象语法树 clang_visitChildren 为例

Makefile:与上一篇的Makefile相似。遍历ast,寻找函数名,并打印。

文章图片
#深度学习#机器学习
Linux ubuntu gtest googletest download compile apply TEST TEST_F TEST_P

1. download:$ cd /home/maymay/ex/gtest/$ wget https://github.com/google/googletest/archive/refs/tags/release-1.10.0.tar.gz$ tar zxf release-1.10.0.tar.gz$ cd ./googletest-release-1.10.0/$ pwdshows: /h

文章图片
#linux#ubuntu#运维
Chisel 教程翻译 之 第三章 构建过程和测试 of 《Digital Design with Chisel》

3 Build Process and Testing 213.1 Building your Project with sbt . . . . . . . . . . . . . . . . . . . . .213.1.1 Source Organization . . . . . . . . . . . . . . . . . . . . . . . 213.1.2 Running sbt

git 删除 submodule 子模块的步骤

实验有效,这里删除了两个 submodule。

文章图片
#git
Chisel 教程翻译 之 本书目录《Digital Design with Chisel》

Contents内容Foreword xi序Preface xiii前言1 Introduction 1第一章: 概述1.1 Installing Chisel and FPGA Tools . . . . . . . . . . . . . . . . . . . . 21.1 安装Chisel和FPGA Tools1.1.1 macOS . . . . . . . . . . . . . .

暂无文章信息