예제 #1
0
파일: Stride.cs 프로젝트: rpfeuti/ILGPU
 new DenseXY(context.ComputeNewExtent(YStride), ZStride)
예제 #2
0
파일: Stride.cs 프로젝트: rpfeuti/ILGPU
 new LongIndex3D(
     context.ComputeNewExtent(extent.X),
예제 #3
0
파일: Stride.cs 프로젝트: rpfeuti/ILGPU
     new DenseX(context.ComputeNewExtent(YStride))
 );
예제 #4
0
파일: Stride.cs 프로젝트: rpfeuti/ILGPU
     new DenseY(context.ComputeNewExtent(XStride))
 );
예제 #5
0
파일: Stride.cs 프로젝트: rpfeuti/ILGPU
 new LongIndex1D(context.ComputeNewExtent(extent)),