07 2022 档案

摘要:https://zhuanlan.zhihu.com/p/105775783 https://www.likecs.com/show-204740120.html __shared__ 存储体系 #define CLOCK_RATE 1683000 /* modify for different d 阅读全文
posted @ 2022-07-29 17:24 zJanly 阅读(618) 评论(0) 推荐(0) 编辑
摘要://https://blog.csdn.net/The_lastest/article/details/109611211 //https://blog.csdn.net/baidu_40840693/article/details/82958911 softmax https://blog.csd 阅读全文
posted @ 2022-07-29 15:39 zJanly 阅读(53) 评论(0) 推荐(0) 编辑
摘要:cmake_minimum_required(VERSION 3.20)project(untitled121)set(CMAKE_VERBOSE_MAKEFILE 1)set(CMAKE_C_COMPILER emcc)set(CMAKE_CXX_COMPILER emcc)set(CMAKE_A 阅读全文
posted @ 2022-07-28 17:29 zJanly 阅读(375) 评论(0) 推荐(0) 编辑
摘要:package meshimport ( "fmt" "io" "net" "strconv" "strings")type Listener interface { io.Closer Accept() (io.ReadWriteCloser, net.Addr, error)}type tcpL 阅读全文
posted @ 2022-07-28 13:50 zJanly 阅读(111) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/abcx3261/article/details/86155257 lenet sudoapt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-devlibhdf5-se 阅读全文
posted @ 2022-07-28 05:00 zJanly 阅读(68) 评论(0) 推荐(0) 编辑
摘要:package mainimport ( "fmt" "math" "sync" "sync/atomic" "time")type semaphore chan bytefunc wait(s semaphore) bool { _, ok := <- s return ok}func wake( 阅读全文
posted @ 2022-07-27 18:38 zJanly 阅读(112) 评论(0) 推荐(0) 编辑
摘要:hip https://github.com/ROCm-Developer-Tools/HIP/blob/develop/INSTALL.md one-api 阅读全文
posted @ 2022-07-26 11:00 zJanly 阅读(120) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/flynetcn/article/details/119487894 阅读全文
posted @ 2022-07-21 14:00 zJanly 阅读(21) 评论(0) 推荐(0) 编辑
摘要:/* Copyright (c) 2017, Norbert Juffa All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitt 阅读全文
posted @ 2022-07-13 13:48 zJanly 阅读(43) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/chaoyoujiu4610/article/details/100967324 阅读全文
posted @ 2022-07-08 10:38 zJanly 阅读(4) 评论(0) 推荐(0) 编辑
摘要:CU2CL 最后更新:12.03.2017 正如dashesy在评论中指出的那样,CU2CL似乎是一个有趣的项目 . 它似乎能够将CUDA代码转换为OpenCL代码 . 因此,如果您的GPU能够运行OpenCL代码,那么CU2CL项目可能是您感兴趣的 . 链接: CU2CL homepage CU2 阅读全文
posted @ 2022-07-06 15:53 zJanly 阅读(168) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示