书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1511 个相关结果.
  • Links

    771 2020-04-11 《Theano 1.0 Document》
    Links Theano requirements Libraries we might want to look at or use Links This page lists links to various resources. Theano requirements git : A distributed revision con...
  • SIMD Support

    SIMD Support SIMD Support Type VecElement{T} is intended for building libraries of SIMD operations. Practical use of it requires using llvmcall . The type is defined as: stru...
  • GraalVM 19.1.x

    712 2020-01-06 《GraalVM Document》
    19.1.1 19.1.0 Java Native image JavaScript LLVM interpreter Ruby R Python 19.1.1 (2019-07-16) This is a Critical Patch Update (CPU) release for the 19.1.0 GraalVM rele...
  • 获取

    获取视频属性 用ffprobe获取视频分辨率 宽度和高度 查看视频基本信息 举例1 举例2 获取视频属性 用ffprobe获取视频分辨率 宽度和高度 ffprobe - v error - select_streams v : 0 - show_entries stream = width , height - of csv = s...
  • ELC 2009 Presentations

    ELC 2009 Presentations Contents Intro Videos Instructions Table of Presentations From: eLinux.org ELC 2009 Presentations Contents 1 Intro 1.1 Videos 1.2 Instruct...
  • 18.4 结构体的成员封装

    18.4 结构体的成员封装 18.4.1 x86 18.4.2 ARM+优化Keil+thumb模式 18.4.3 ARM+优化XCode(LLVM)+thumb-2模式 18.4 结构体的成员封装 结构体做的一个重要的事情就是封装了成员,让我们看看简单的例子: #include <stdio.h> struct s { ...
  • 12.3 更多的一些事情

    12.3 更多的一些事情 12.3 更多的一些事情 在编译器生成的代码里面,我们可以发现在i初始化之后,循环体并不会被执行,转而是先检查i的条件,在这之后才开始执行循环体。这么做是正确的,因为,如果循环条件在一开始就不满足,那么循环体是不应当被执行的。比如,在下面的例子中,就可能出现这个情况: for ( i = 0 ; i < total_...
  • SIMD 支持

    SIMD 支持 SIMD 支持 VecElement{T} 类型是为了构建 SIMD 运算符的库。实际使用中要求使用 llvmcall 。类型按下文定义: struct VecElement { T } value :: T end 它有特别的编译规则:当 T 是初始位类型,并且元组长度属于集合 {2-6,8-10...
  • C 接口

    C 接口 LLVM 接口 C 接口 ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_pointer , returntype , ...
  • Compiling CUDA with clang

    813 2020-03-21 《LLVM 10 User Guides》
    Compiling CUDA with clang Introduction Compiling CUDA Code Prerequisites Invoking clang Flags that control numerical code Standard library support <math.h> and <cmath> <std::...