Skip to content

RocketRide9/SparkCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Download this repository into your project directory. You will probably prefer to add it as git submodule.

git submodule add https://github.com:RocketRide9/SparkCL.git
or
git submodule add ../SparkCL.git

  1. Add folowing to your .csproj file. Path to SparkCL.csproj might be different depending on your project structure.
<ItemGroup>
  <ProjectReference Include="SparkCL/SparkCL.csproj" />
</ItemGroup> 

Tip: You can add something similar to .csproj so you can refer to OpenCL sources by their filename, if you are using Visual Studio or VSCode.

<ItemGroup>
  <None Update="Kernels.clcpp">
    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  </None>
  <None Update="BLAS.cl">
    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  </None>
</ItemGroup>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages