11 2022 档案
摘要:threadIdx是thread index 线程索引缩写 blockIdx是block index 块索引缩写 blockDim是block dimension 块维度缩写 gridDim是grid dimension 网格纬度缩写 使用可参考cuda中threadIdx、blockIdx、blo
阅读全文
摘要://自动创建年月日时分秒日志文件,使用于一次性写入日志 static public void WriteLog(string info) {//info:日志信息 var path = AppDomain.CurrentDomain.BaseDirectory; path = System.IO.P
阅读全文
摘要:#pragma once #define DLL_API __declspec(dllimport) extern "C" DLL_API int __stdcall Sum(int a, int b); operation.h #include "pch.h" #include "operatio
阅读全文