Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages