logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【cuda】——CUDA中SM对线程块的调度

转载自:https://blog.csdn.net/weixin_43282858/article/details/96138469

【cuda】——性能分析工具

cuda来自于腾讯的直播。

【pycuda】——pycuda._driver.LogicError: explicit_context_dependent failed: invalid device context - no

转载自:https://blog.csdn.net/weixin_34910922/article/details/109906628报错:pycuda._driver.LogicError: explicit_context_dependent failed: invalid device context - no currently active context?原因:pycuda.drive

docker无法用GPU

报错如下:docker run --gpus all -it c3e9docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:449: container init caus..

【opencv】——Mat data的排列样式 || 深度学习矩阵排列注意事项

转载自:https://zhuanlan.zhihu.com/p/2583697211.Mat是什么Mat是一种图像容器,是二维向量,灰度图的Mat一般存放类型,RGB彩色图像一般存放类型。单通道灰度图数据存放样式:RGB三通道彩色图存放形式不同,每列并列存放通道数量的子列(注意通道数量反转为了BGR):通常情况下Mat的每一行是连续存放的,也就是在内存上图像的所有数据存放成一行,在用指针访问时可

【docker】——报错:/bin/sh: 1: source: not found,docker加环境变量

参考: [/bin/sh: 1: source: not found (docker)](/bin/sh: 1: source: not found (docker))RUN /bin/bash -c “source /etc/profile”

docker将本地文件添加到镜像中

有两种实现方案1. docker cp命令行docker cp只能拷贝到容器中,不能直接拷贝到镜像1.1 启动一个容器docker run -it nginx /bin/bash然后ctrl+d退出,利用docker ps -a可以看到容器的ID1.2 拷贝文件拷贝一张图片到容器的workspace目录下docker cp /home/img_666.jpg 6267:/works...

【docker】——报错:file not found in build context or excluded by .dockerignore

简介:采用 ADD 将主机的文件拷贝到要构建的docker镜像的时候,报错:file not found in build context or excluded by .dockerignore原因dockerfile 不能获取 父目录方案:将dockerfile放到父目录将文件copy到当前目录...

【Vscode】——配置支持cuda函数的智能补充

背景在用ide写代码的时候,最好的就是其自动提示的功能:函数名,参数类型。。。等。但是有些库或函数在用的时候,无法自动补全,这样就很不方便。解决方案首先要知道所需要使用的函数的头文件(.h)在哪里然后在vscode中按 ctrl+shift+p,在搜索框中填json,选择c/c++在includePath中添加所使用的头文件的位置,如这里的cuda{"configurations": [{"nam

#vscode
【opencv】——ubuntu源码安装opencv之后,编译通过后,运行报错:install libgtk2.0-dev and pkg-config, then re-run cmake or

完整报错:OpenCV(3.4.1) Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pk

    共 44 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择