11 2023 档案
英特尔oneAPI的FPGA环境激活命令
摘要:背景 编译报错 OpenCL platform ID is empty OpenCL platform name is empty Failed to find any of these OpenCL platforms: Intel(R) FPGA Emulation Platform for O
阅读全文
基于Quartus prime Standard的terasic的de10_nano开发板的Ubuntu 16.04环境变量配置
摘要:注意,是配置root用户的 export ROOT=/home export QUARTUS_ROOTDIR=$ROOT/intelFPGA/18.1/quartus export INTELFPGAOCLSDKROOT=$ROOT/intelFPGA/18.1/hld export PATH=$P
阅读全文
性能分析专题一:工具:perf(未完待续)
摘要:参考链接: https://www.zhihu.com/column/c_1165595669594689536
阅读全文
CentOS7下的绑核操作记录(未完待续)
摘要:一、具体操作 查看物理CPU个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l 查看每个物理CPU中core的个数(即核数) cat /proc/cpuinfo| grep "cpu cores"| uniq 查看逻辑CPU的个数
阅读全文
基于docker构建的C/C++多版本g++编译环境相关操作命令(草稿)
摘要:一、进入docker容器,并以bash命令与该docker容器交互 sudo docker exec -it docker容器id bash
阅读全文
使用Cmake创建一个head only的库(未完待续)
摘要:In the CMake script you provided, the second parameter of the add_library() function is an empty string "". This is a common pattern used in CMake to
阅读全文
WonderTrader 源码解析与改造-通用的dll加载器(未完待续)
摘要:背景 笔者学习WonderTrader的源码的一些心得体会,本文基于WonderTrader0.9.8,讲解其中的DLLHelper类 先看它的应用 1. wondertrader\src\TestTrader\main.cpp 2. wondertrader\src\Includes\ITrade
阅读全文
GCC平台,将.cpp文件转为对应的汇编文件的技巧(未完待续)
摘要:
阅读全文