网站综合信息 jocl.org
    • 标题:
    • jocl.org - Java bindings for OpenCL 
    • 关键字:
    • Java OpenCL GPU GPGPU JOCL CUDA JCuda CUBLAS CUFFT CUDPP JCublas JCuff 
    • 描述:
    • This site contains Java bindings for OpenCL 
    • 域名信息
    • 域名年龄:16年2个月14天  注册日期:2009年06月07日  到期时间:
      邮箱:m.hutter  电话:+49.61851409
      注册商:Cronon AG 
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 雅虎
    •  
    •  
    •  
    • 搜搜
    •  
    •  
    •  
    • 搜狗
    •  
    •  
    • 评级:-/10  
    • 360搜索
    •  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • -  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    jocl.org

    域名年龄: 16年2个月14天
    注册时间: 2009-06-07
    注 册 商: Cronon AG
    注册邮箱: m.hutter
    联系电话: +49.61851409

    获取时间: 2016年11月19日 09:05:39
    Domain Name: JOCL.ORG
    Domain ID: D156316608-LROR
    WHOIS Server:
    Referral URL: http://www.cronon.net
    Updated Date: 2016-06-08T01:22:18Z
    Creation Date: 2009-06-07T23:56:17Z
    Registry Expiry Date: 2017-06-07T23:56:17Z
    Sponsoring Registrar: Cronon AG
    Sponsoring Registrar IANA ID: 141
    Domain Status: ok https://icann.org/epp#ok
    Registrant ID: MH1905-ABC
    Registrant Name: Marco Hutter
    Registrant Organization:
    Registrant Street: Gartenstrasse 9
    Registrant City: Hammersbach
    Registrant State/Province: Germany
    Registrant Postal Code: 63546
    Registrant Country: DE
    Registrant Phone: +49.61851409
    Registrant Phone Ext:
    Registrant Fax:
    Registrant Fax Ext:
    Registrant Email: m.hutter
    Admin ID: MH1905-ABC
    Admin Name: Marco Hutter
    Admin Organization:
    Admin Street: Gartenstrasse 9
    Admin City: Hammersbach
    Admin State/Province: Germany
    Admin Postal Code: 63546
    Admin Country: DE
    Admin Phone: +49.61851409
    Admin Phone Ext:
    Admin Fax:
    Admin Fax Ext:
    Admin Email: m.hutter
    Tech ID: HR151-ABC
    Tech Name: Hostmaster Strato Rechenzentrum
    Tech Organization: Cronon AG Professional IT-Services
    Tech Street: Emmy-Noether-Str. 10
    Tech City: Karlsruhe
    Tech State/Province: Germany
    Tech Postal Code: 76131
    Tech Country: DE
    Tech Phone: +49.72166320305
    Tech Phone Ext:
    Tech Fax: +49.72166320303
    Tech Fax Ext:
    Tech Email: hostmaster
    Name Server: SHADES10.RZONE.DE
    Name Server: DOCKS09.RZONE.DE
    DNSSEC: unsigned
    >>> Last update of WHOIS database: 2016-11-18T17:28:24Z <<<

    For more information on Whois status codes, please visit https://icann.org/epp

    Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to(a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.
    其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2016年11月19日 09:05:37
    网址:http://jocl.org/
    标题:jocl.org - Java bindings for OpenCL
    关键字:Java OpenCL GPU GPGPU JOCL CUDA JCuda CUBLAS CUFFT CUDPP JCublas JCufft JCudpp GPGPU JOGL
    描述:This site contains Java bindings for OpenCL
    主体:
    jocl.orgHomeDownloadsSamplesClothUtilitiesDocumentationForumContactOther sites:jcuda.orgjocl.orgJava bindings for OpenCLThis site contains Java bindings for OpenCL, the Open Computing Language.OpenCL allows writing programs for heterogeneous platforms that utilize CPUs or GPUs. Moreinformation about OpenCL may be found at theKhronos OpenCL website.The following implementations of OpenCL are currently available:The AMD OpenCL driver:AMD OpenCL websiteThe NVIDIA drivers:NVIDIA OpenCL websiteOpenCL for OSX:Apple OpenCL websiteIntel OpenCL SDK:Intel OpenCL SDK website. (see theInstallation Notesfor using this implementation together with JOCL)General information about Java bindings for OpenCLThere are several libraries providing Java bindings for OpenCL. Here isan overview of some of these libraries:The JOCL that is available hereThis library offers Java-Bindings for OpenCL that are very similar tothe original OpenCL API. The functions are provided as static methods,and semantics and signatures of these methods have been kept consistentwith the original library functions, except for the language-specificlimitations of Java. The OpenCL API may be very verbose at some points,and this is not hidden or simplified, but simply offered by JOCL as-it-is.The JOCL from JogAmp.orgThe goal of this library is to provide an object-oriented abstractionof OpenCL for Java. This simplifies the usage and may be found more natural andconvenient for most Java Programmers. The library also offers a low-levelinterface, which is generated using the GlueGen library. This interfaceis similar to the OpenCL API, but not really intended to be used by clients,and mainly serves as the basis for the object-oriented wrapper.JavaCLThis library also offers an object-oriented abstraction of OpenCL for Java.It has a low-level interface which is based on JNA and generated usingthe JNAerator library. The low-level interface serves as the basis forthe object-oriented wrapper but is not intended to be used by clients.Note that JavaCL is part of theNativeLibs4Java project, which also containsScalaCL,a library for accessing OpenCL with Scala.OpenCL support in LWJGLThe Lightweight Java Game Library (LWJGL) has been extendedto also support OpenCL. The original OpenCL API is mapped toa similar Java API, and extended with convenience methods.As an alternative for Java developers who want to benefit from the computingpower of their GPU without having to learn OpenCL, there is a library calledAparapi:It allows a seamless integration of GPU workloads into Java Code. The Java bytecodewill be converted into OpenCL code and executed on the GPU, transparently for the user.Even if there is no OpenCL implementation, the same code will still run on theCPU in a Java Thread Pool, taking advantage of multiple CPU cores.Source code repositoryThe source code of JOCL is available at GitHub:https://github.com/gpu/JOCLMaven dependencyJOCL is available in Maven Central, under the following coordinates:<dependenc

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2025-08-16 16:41, Process in 0.0091 second.