You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/25 13:16:58 UTC

[GitHub] iblis17 opened a new pull request #13992: Julia: add binding for runtime feature detection

iblis17 opened a new pull request #13992: Julia: add binding for runtime feature detection
URL: https://github.com/apache/incubator-mxnet/pull/13992
 
 
   Ref: #13549
   ```julia
   julia> mx.features_enabled(Symbol)
   8-element Array{Symbol,1}:
    :CPU_SSE
    :CPU_SSE2
    :CPU_SSE3
    :CPU_SSE4_1
    :CPU_SSE4_2
    :CPU_AVX
    :F16C
    :LAPACK
   
   julia> mx.features_enabled(String)
   "CPU_SSE, CPU_SSE2, CPU_SSE3, CPU_SSE4_1, CPU_SSE4_2, CPU_AVX, F16C, LAPACK"
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services