Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the libOpenCL accessible to vendor domain only. #6

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2019

  1. Merge pull request projectceladon#1 from PlutusCN/liqiang

    Load intel opencl driver by default and fix compiling issue in Android:
    feijiang1 authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2086c6e View commit details
    Browse the repository at this point in the history
  2. Load intel opencl driver by default and fix compiling issue in Android

    1, in Android, only one OpenCL driver is loaded, then it is unnecessary to
       load driver from icd file
    2, fix compiling issue in Android to not include file "icd_cmake_config.h"
    
    Signed-off-by: dengliqiang <[email protected]>
    dengliqiang committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9263dd5 View commit details
    Browse the repository at this point in the history
  3. Add the templates and script for generating bp files

    Signed-off-by: dengliqiang <[email protected]>
    dengliqiang committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    df3a17e View commit details
    Browse the repository at this point in the history
  4. Add all of bp files which are generated by script and templates for c…

    …ompiling.
    
    Signed-off-by: dengliqiang <[email protected]>
    dengliqiang committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    de95af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Merge pull request projectceladon#2 from PlutusCN/liqiang

    Add templates and python script
    feijiang1 authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9415f82 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. corrected the path of 'opencl_headers'

    dengliqiang committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    0947144 View commit details
    Browse the repository at this point in the history
  2. cleaned redundant comment and updated printing message

    dengliqiang committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    d165ea2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request projectceladon#3 from PlutusCN/Celadon_Q_WW36

    corrected the path of 'opencl_headers'
    feijiang1 authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    b0fabd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Upgraded Python2 scripts

    Upgraded Python2 scripts to Python 3 using 2to3 tool.
    This is to mitigrate security risks of Python2 deprecation.
    
    Signed-off-by: Wan Shuang <[email protected]>
    Tracked-On: OAM-90214
    shuangwan01 authored and sysopenci committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    6bfa681 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Make the libOpenCL accessible to vendor domain only.

    Ensure vendor domain could access the openCL share libraries at
    runtime.
    
    Change-Id: I7e351d98832e74bb4164a3cad863334b95b53732
    Tracked-On: OAM-92070
    Signed-off-by: Wan Shuang <[email protected]>
    shuangwan01 committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    3cfd125 View commit details
    Browse the repository at this point in the history