- 博客(12)
- 资源 (7)
- 收藏
- 关注
转载 Multi-Threading in Vulkan
original url: https://community.arm.com/graphics/b/blog/posts/multi-threading-in-vulkanIn my previous blog post I explained some of the key concepts of Vulkan and how we implemented them in our intern...
2018-02-11 16:44:21
393
原创 import tensorflow report undefined symbol cudnnGetRNNParamsSize error
ubuntu x64, 14.04import tensorflow report below error: undefined symbol cudnnGetRNNParamsSize errorresolve: 1: *** check your cuda version first and cd to cuda installation lo
2018-01-10 18:33:38
937
原创 PowerVR Series5 Architecture Guide for Developers
you can find PowerVR Series5Architecture Guide for Developers here: http://cdn.imgtec.com/sdk-documentation/PowerVR+Series5.Architecture+Guide+for+Developers.pdf
2018-01-05 16:10:42
371
转载 PowerVR GPU - The Architecture Concepts
Power GPU : The Architecture ConceptsGraphics Architectures Overview( 1 ) Tile Based Deferred Renderer /TBDRon-chip buffer Tile(32*32 tile大小)硬件模块A) Tiling Accelera
2018-01-05 15:49:46
366
原创 CMake 中SET 命令使用引号 需要引起注意
看到有CMakeLists.txt 有set 命令这么写: set(CMAKE_C_FLAGS "-fPIC" ${CMAKE_C_FLAGS}) //引号的范围这样在生成的flags.make 中, C_FLAGS 会有如下值:(部分内容省略)C_FLAGS = -fPIC ; -L/usr/lib //注意多了一个逗号这样在连接的时候会报类似如下的错误
2013-11-13 18:29:48
7756
原创 sourcenav 的运行错误解决
comment out lines 182-184 in the file /opt/sourcenav/share/tk8.3/listbox.tclcomment out lines 457-459 in the file /opt/sourcenav/share/tk8.3/text.tcl
2009-09-05 09:44:00
695
转载 Kernel阅读手记之slab
<br />Kernel阅读手记之slab<br /> <br />原帖地址:http://blog.chinaunix.net/u1/44250/showart_1721937.html<br /> <br />Linux 所使用的 slab 分配器的基础是 Jeff Bonwick 为 SunOS 操作系统首次引入的一种算法。Jeff的分配器是围绕对象缓存进行的。在内核中,会为有限的对象集(例如文件描述符和其他常见结构)分配大量内存。Jeff 发现对内核中普通对象进行初始化所需的时间超过了对其进
2009-07-17 11:17:00
512
原创 对 LSS init_stack,%esp 语句的分析
<!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } --> LSS init_stack,%esp . .
2008-11-10 17:30:00
3108
1
翻译 pthread_mutex_lock
<!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } H4 { margin-bottom: 0.08in } --> 函数名pthread_mutex_lock, pthread_mutex_trylock,pthread_mutex
2008-11-03 19:44:00
13601
4
转载 glib main event loop
glib main event loop原文地址:http://baicj.spaces.live.com/blog/cns!F60F8E193FAC08E4!411.entry回到前一天的问题,除了交互性界面程序,还有哪些地方适合使用glib的event loop呢?我认为答案应该是,所有需要异步操作的地方都可以用event loop。像文件、管道、设备、socket、timer、idle和其
2008-10-19 16:31:00
2649
转载 connet()超时连接的一般方
connet()超时连接的一般方原文地址:http://www.linuxdiyf.com/bbs/viewthread.php?tid=111439&pid=562826&page=1&extra=page%3D#pid562826LINUX下的方法:在阻塞套接字的一般情况下,connect ()直到客户端对SYN消息的ACK消息到达之前才会返回。使connect()调用具有超时机制的一
2008-10-19 13:34:00
1299
原创 linux socket select 函数分析
linux socket select 函数分析原文地址:http://www.manpagez.com/man/2/FD_SET/ #include void FD_CLR(fd, fd_set *fdset); void FD_COPY(fd_set *fdset_orig, fd_set *fdset_copy); int FD_IS
2008-10-16 13:44:00
1139
STM32F103C8T6系统板(5x5cm大小)
2013-06-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人