On Tue, Feb 18, 2020 at 1:12 PM Christopher Hansen <
hans...@gmail.com> wrote:
>
> That worked, but now I get a segmentation fault when I try to run the float_compute example:
>
>
> debian@BeagleBoard-X15:/usr/share/ti/examples/opencl/float_compute$ sudo ./float_compute
>
> This example computes y[i] = M[i] * x[i] + C on single precision floating point arrays of size 2097152
> - Computation on the ARM is parallelized across the A15s using OpenMP.
> - Computation on the DSP is performed by dispatching an OpenCL NDRange kernel across the compute units (C66x cores) in the compute device.
>
> RunningSegmentation fault
> debian@BeagleBoard-X15:/usr/share/ti/examples/opencl/float_compute$