Skip to content

Instantly share code, notes, and snippets.

@ahartikainen
Created August 2, 2019 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahartikainen/18a9e855c46a925491fbdc2785edf765 to your computer and use it in GitHub Desktop.
Save ahartikainen/18a9e855c46a925491fbdc2785edf765 to your computer and use it in GitHub Desktop.
LDFLAGS_OPENCL= -L"C:/PROGRA~1/NVIDIA~2/CUDA/v10.1/lib/x64" -lOpenCL
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text+0x54): undefined reference to `clGetPlatformInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text+0x82): undefined reference to `clGetPlatformInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text+0x126): undefined reference to `clGetDeviceInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP13_cl_device_idED2Ev[_ZN2cl6detail7WrapperIP13_cl_device_idED2Ev]+0x14): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl8Platform3getEPSt6vectorIS0_SaIS0_EE[_ZN2cl8Platform3getEPSt6vectorIS0_SaIS0_EE]+0x30): undefined reference to `clGetPlatformIDs'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl8Platform3getEPSt6vectorIS0_SaIS0_EE[_ZN2cl8Platform3getEPSt6vectorIS0_SaIS0_EE]+0x73): undefined reference to `clGetPlatformIDs'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl7ProgramC1ERKNS_7ContextERKSt6vectorISt4pairIPKcyESaIS8_EEPi[_ZN2cl7ProgramC1ERKNS_7ContextERKSt6vectorISt4pairIPKcyESaIS8_EEPi]+0x90): undefined reference to `clCreateProgramWithSource'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl7ProgramC1ERKNS_7ContextERKSt6vectorISt4pairIPKcyESaIS8_EEPi[_ZN2cl7ProgramC1ERKNS_7ContextERKSt6vectorISt4pairIPKcyESaIS8_EEPi]+0xbe): undefined reference to `clReleaseProgram'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl7Program5buildERKSt6vectorINS_6DeviceESaIS2_EEPKcPFvP11_cl_programPvESB_[_ZNK2cl7Program5buildERKSt6vectorINS_6DeviceESaIS2_EEPKcPFvP11_cl_programPvESB_]+0x65): undefined reference to `clBuildProgram'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl12CommandQueue20enqueueNDRangeKernelERKNS_6KernelERKNS_7NDRangeES6_S6_PKSt6vectorINS_5EventESaIS8_EEPS8_[_ZNK2cl12CommandQueue20enqueueNDRangeKernelERKNS_6KernelERKNS_7NDRangeES6_S6_PKSt6vectorINS_5EventESaIS8_EEPS8_]+0x87): undefined reference to `clEnqueueNDRangeKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl12CommandQueue20enqueueNDRangeKernelERKNS_6KernelERKNS_7NDRangeES6_S6_PKSt6vectorINS_5EventESaIS8_EEPS8_[_ZNK2cl12CommandQueue20enqueueNDRangeKernelERKNS_6KernelERKNS_7NDRangeES6_S6_PKSt6vectorINS_5EventESaIS8_EEPS8_]+0xa7): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP11_cl_contextED2Ev[_ZN2cl6detail7WrapperIP11_cl_contextED2Ev]+0x9): undefined reference to `clReleaseContext'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl6DeviceESaIS1_EED1Ev[_ZNSt6vectorIN2cl6DeviceESaIS1_EED1Ev]+0x34): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP9_cl_eventED2Ev[_ZN2cl6detail7WrapperIP9_cl_eventED2Ev]+0x9): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP7_cl_memED2Ev[_ZN2cl6detail7WrapperIP7_cl_memED2Ev]+0x9): undefined reference to `clReleaseMemObject'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP10_cl_kernelED2Ev[_ZN2cl6detail7WrapperIP10_cl_kernelED2Ev]+0x9): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP10_cl_kernelEC2ERKS4_[_ZN2cl6detail7WrapperIP10_cl_kernelEC2ERKS4_]+0x13): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP17_cl_command_queueED2Ev[_ZN2cl6detail7WrapperIP17_cl_command_queueED2Ev]+0x9): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail7WrapperIP17_cl_command_queueEC2ERKS4_[_ZN2cl6detail7WrapperIP17_cl_command_queueEC2ERKS4_]+0x13): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EED1Ev[_ZNSt6vectorIN2cl5EventESaIS1_EED1Ev]+0x1f): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EEC1ERKS3_[_ZNSt6vectorIN2cl5EventESaIS1_EEC1ERKS3_]+0x8a): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl11EnqueueArgsC1ERNS_12CommandQueueERKSt6vectorINS_5EventESaIS4_EENS_7NDRangeE[_ZN2cl11EnqueueArgsC1ERNS_12CommandQueueERKSt6vectorINS_5EventESaIS4_EENS_7NDRangeE]+0x1c): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x44): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x5e): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x91): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0xab): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0xde): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0xf8): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x12b): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x145): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x178): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x192): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x1c5): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x1df): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x212): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x22c): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x24e): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x270): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x292): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x2b4): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_S4_RKiS6_RKN4stan4math16TriangularViewCLESB_NS0_8NullTypeESC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_SC_EclERKNS_11EnqueueArgsES4_S4_S4_S6_S6_SB_SB_]+0x2d6): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x44): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x5e): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x91): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0xab): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0xde): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0xf8): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x12b): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x145): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x167): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x189): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x1ab): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x1cd): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_[_ZN2cl6detail23functionImplementation_IRKNS_6BufferES4_RKiS6_NS0_8NullTypeES7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_S7_EclERKNS_11EnqueueArgsES4_S4_S6_S6_]+0x1ef): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_[_ZNSt6vectorIN2cl5EventESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_]+0x7e): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_[_ZNSt6vectorIN2cl5EventESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_]+0xe1): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE9push_backERKS1_[_ZNSt6vectorIN2cl5EventESaIS1_EE9push_backERKS1_]+0x23): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_9in_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_9in_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x17): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_9in_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_9in_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x41): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_9in_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_9in_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x60): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_10out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_10out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x17): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_10out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_10out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x41): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_10out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_10out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x60): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x17): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x45): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x7f): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE[_ZN4stan4math14opencl_kernels8internal12assign_eventINS1_13in_out_bufferEEEvRKN2cl5EventERKNS2_12to_matrix_clIT_E4typeE]+0x9e): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl7Program12getBuildInfoINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEiRKNS_6DeviceEjPT_[_ZNK2cl7Program12getBuildInfoINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEiRKNS_6DeviceEjPT_]+0x35): undefined reference to `clGetProgramBuildInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl7Program12getBuildInfoINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEiRKNS_6DeviceEjPT_[_ZNK2cl7Program12getBuildInfoINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEiRKNS_6DeviceEjPT_]+0x9d): undefined reference to `clGetProgramBuildInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag[_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag]+0x98): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag[_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag]+0x106): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag[_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag]+0x13b): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag[_ZNSt6vectorIN2cl6DeviceESaIS1_EE13_M_assign_auxIPP13_cl_device_idEEvT_S8_St20forward_iterator_tag]+0x245): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl8Platform10getDevicesEyPSt6vectorINS_6DeviceESaIS2_EE[_ZNK2cl8Platform10getDevicesEyPSt6vectorINS_6DeviceESaIS2_EE]+0x39): undefined reference to `clGetDeviceIDs'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK2cl8Platform10getDevicesEyPSt6vectorINS_6DeviceESaIS2_EE[_ZNK2cl8Platform10getDevicesEyPSt6vectorINS_6DeviceESaIS2_EE]+0x86): undefined reference to `clGetDeviceIDs'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x18a): undefined reference to `clGetPlatformInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x1d0): undefined reference to `clGetPlatformInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x331): undefined reference to `clGetDeviceInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x35d): undefined reference to `clGetDeviceInfo'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x39a): undefined reference to `clCreateContext'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x3bb): undefined reference to `clReleaseContext'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x3f7): undefined reference to `clCreateCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x427): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x550): undefined reference to `clCreateCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x584): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x653): undefined reference to `clRetainDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x669): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x81a): undefined reference to `clReleaseContext'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x866): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math19opencl_context_baseC1Ev[_ZN4stan4math19opencl_context_baseC1Ev]+0x889): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKiS3_[_ZN4stan4math9matrix_clC1ERKiS3_]+0x8f): undefined reference to `clCreateBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKiS3_[_ZN4stan4math9matrix_clC1ERKiS3_]+0xa9): undefined reference to `clReleaseMemObject'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE[_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE]+0xa4): undefined reference to `clCreateBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE[_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE]+0xc2): undefined reference to `clReleaseMemObject'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE[_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE]+0x11d): undefined reference to `clEnqueueWriteBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE[_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE]+0x130): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE[_ZN4stan4math9matrix_clC1ILin1ELin1EEERKN5Eigen6MatrixIdXT_EXT0_EXorLNS3_14StorageOptionsE0EquaaeqT_Li1EneT0_Li1ELS5_1EquaaeqT0_Li1EneT_Li1ELS5_0ELS5_0EEXT_EXT0_EEE]+0x151): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0xa3): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0xf3): undefined reference to `clEnqueueWriteBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0x10a): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0x12b): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0x154): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0x177): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0x186): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_[_ZN4stan4math12to_matrix_clIiLi0EEENS0_9matrix_clERKT_]+0x195): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0x7b): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0xdd): undefined reference to `clEnqueueReadBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0xf9): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0x11d): undefined reference to `clWaitForEvents'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0x142): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0x15e): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clIiLi0EEET_RKNS0_9matrix_clE]+0x16d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKS1_[_ZN4stan4math9matrix_clC1ERKS1_]+0xb7): undefined reference to `clCreateBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKS1_[_ZN4stan4math9matrix_clC1ERKS1_]+0xd8): undefined reference to `clReleaseMemObject'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKS1_[_ZN4stan4math9matrix_clC1ERKS1_]+0x146): undefined reference to `clEnqueueCopyBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKS1_[_ZN4stan4math9matrix_clC1ERKS1_]+0x15d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_clC1ERKS1_[_ZN4stan4math9matrix_clC1ERKS1_]+0x17e): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE]+0x72): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE]+0xdb): undefined reference to `clEnqueueReadBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE]+0xf7): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE]+0x117): undefined reference to `clWaitForEvents'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE[_ZN4stan4math14from_matrix_clERKNS0_9matrix_clE]+0x138): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x4b8): undefined reference to `clReleaseProgram'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x5dc): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x61f): undefined reference to `clCreateKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x65a): undefined reference to `clReleaseProgram'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x699): undefined reference to `clRetainDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x6ca): undefined reference to `clRetainDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x6e5): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x83f): undefined reference to `clReleaseProgram'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x888): undefined reference to `clRetainDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x921): undefined reference to `clReleaseDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0x9b0): undefined reference to `clRetainDevice'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0xa06): undefined reference to `clReleaseProgram'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE[_ZN4stan4math14opencl_kernels14compile_kernelEPKcRKSt6vectorIS3_SaIS3_EERSt3mapIS3_iSt4lessIS3_ESaISt4pairIKS3_iEEE]+0xa3a): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0xc6): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0xf9): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0x111): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0x1da): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0x245): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0x2a6): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0x31d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag[_ZNSt6vectorIN2cl5EventESaIS1_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS1_S3_EEEEvNS6_IPS1_S3_EET_SC_St20forward_iterator_tag]+0x331): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math9matrix_cl17read_write_eventsEv[_ZNK4stan4math9matrix_cl17read_write_eventsEv]+0x5a): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x70): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0xc3): undefined reference to `clEnqueueBarrierWithWaitList'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0xdf): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x103): undefined reference to `clWaitForEvents'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x128): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x152): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x176): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x185): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x197): undefined reference to `clReleaseMemObject'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_claSERKS1_[_ZN4stan4math9matrix_claSERKS1_]+0x1b0): undefined reference to `clRetainMemObject'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_RKS5_SF_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_RKS5_SF_]+0x25e): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_RKS5_SF_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_RKS5_SF_]+0x3e1): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeERKNS0_9matrix_clESB_SB_RKiSD_RKS5_SF_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeERKNS0_9matrix_clESB_SB_RKiSD_RKS5_SF_]+0x2c7): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_]+0x75): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_]+0x87): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_]+0x99): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_]+0x1ca): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_]+0x314): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeES7_RKNS0_9matrix_clESA_RKiSC_]+0x32b): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9transposeERKNS0_9matrix_clE[_ZN4stan4math9transposeERKNS0_9matrix_clE]+0xe9): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9transposeERKNS0_9matrix_clE[_ZN4stan4math9transposeERKNS0_9matrix_clE]+0xfb): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9transposeERKNS0_9matrix_clE[_ZN4stan4math9transposeERKNS0_9matrix_clE]+0x10d): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9transposeERKNS0_9matrix_clE[_ZN4stan4math9transposeERKNS0_9matrix_clE]+0x267): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9transposeERKNS0_9matrix_clE[_ZN4stan4math9transposeERKNS0_9matrix_clE]+0x281): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9transposeERKNS0_9matrix_clE[_ZN4stan4math9transposeERKNS0_9matrix_clE]+0x290): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_]+0x75): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_]+0x87): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_]+0x99): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_]+0x1f3): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_]+0x20a): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy[_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy]+0x234): undefined reference to `clEnqueueCopyBufferRect'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy[_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy]+0x24e): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy[_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy]+0x278): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy[_ZN4stan4math9matrix_cl9sub_blockILNS0_16TriangularViewCLE2EEEvRKS1_yyyyyy]+0x2b6): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6Kernel6setArgIdEEijRKT_[_ZN2cl6Kernel6setArgIdEEijRKT_]+0x11): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math14opencl_kernels14kernel_functorIJRKN2cl6BufferERKiS8_RKNS0_15TriangularMapCLEEEC1EPKcRKSt6vectorISE_SaISE_EERKSt3mapISE_iSt4lessISE_ESaISt4pairIKSE_iEEE[_ZN4stan4math14opencl_kernels14kernel_functorIJRKN2cl6BufferERKiS8_RKNS0_15TriangularMapCLEEEC1EPKcRKSt6vectorISE_SaISE_EERKSt3mapISE_iSt4lessISE_ESaISt4pairIKSE_iEEE]+0x1cb): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN2cl6Kernel6setArgIN4stan4math15TriangularMapCLEEEijRKT_[_ZN2cl6Kernel6setArgIN4stan4math15TriangularMapCLEEEijRKT_]+0x11): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x75): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x87): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x99): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x201): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x233): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x26d): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x6dc): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RKS5_]+0x6f3): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKSt6vectorIdSaIdEEi[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKSt6vectorIdSaIdEEi]+0x114): undefined reference to `clEnqueueWriteBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKSt6vectorIdSaIdEEi[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKSt6vectorIdSaIdEEi]+0x12e): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKSt6vectorIdSaIdEEi[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKSt6vectorIdSaIdEEi]+0x158): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE]+0x283): undefined reference to `clEnqueueReadBuffer'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE]+0x2a5): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE]+0x2d2): undefined reference to `clWaitForEvents'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE[_ZN4stan4math11packed_copyILNS0_16TriangularViewCLE0EEESt6vectorIdSaIdEERKNS0_9matrix_clE]+0x2f7): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_SD_RKS5_SF_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_SD_RKS5_SF_]+0x3d4): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_SD_RKS5_SF_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferES3_NS1_10out_bufferEiiiNS0_16TriangularViewCLES5_EEclEN2cl7NDRangeES8_RKNS0_9matrix_clESB_SB_RKiSD_SD_RKS5_SF_]+0x917): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x75): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x87): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x99): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x1cf): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x201): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x23b): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x67c): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferEiiNS0_16TriangularViewCLEEEclEN2cl7NDRangeERKNS0_9matrix_clERKiSC_RKS4_]+0x693): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_cl5zerosILNS0_16TriangularViewCLE2EEEvv[_ZN4stan4math9matrix_cl5zerosILNS0_16TriangularViewCLE2EEEvv]+0x35): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math9matrix_cl5zerosILNS0_16TriangularViewCLE1EEEvv[_ZN4stan4math9matrix_cl5zerosILNS0_16TriangularViewCLE1EEEvv]+0x35): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x16a): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x17c): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x18e): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x300): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x33d): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x37a): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x8d4): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x8f0): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math8subtractERKNS0_9matrix_clES3_[_ZN4stan4math8subtractERKNS0_9matrix_clES3_]+0x902): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x75): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x87): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x99): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x201): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x233): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x26d): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x6dc): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_10out_bufferENS1_9in_bufferEiiiEEclEN2cl7NDRangeERKNS0_9matrix_clESA_RKiSC_SC_]+0x6f3): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x70): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x82): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x94): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x1f6): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x228): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x6cc): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_[_ZNK4stan4math14opencl_kernels9kernel_clIJNS1_9in_bufferENS1_10out_bufferEiiKdEEclEN2cl7NDRangeERKNS0_9matrix_clESB_RKiSD_RS5_]+0x6e5): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0xae2): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x12ab): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x12d1): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x12f7): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1319): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1333): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1345): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1357): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x140f): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1495): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x14d6): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1517): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1558): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x15de): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x16fb): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x171d): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1737): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1751): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1776): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1790): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x17aa): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x17dd): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x17f7): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1811): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1844): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x185e): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1877): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1887): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x18a0): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x18b0): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x18c9): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x18d9): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x18f2): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1902): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x191b): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x192b): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1944): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1954): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x196d): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x197d): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1996): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x19a6): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x19bf): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x19cf): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x19e8): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x19f8): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a11): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a21): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a3a): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a4a): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a63): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a73): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a8c): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1a9c): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ab5): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ac5): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ade): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1aee): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b07): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b17): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b30): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b40): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b59): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b69): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b82): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1b92): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1bab): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1bbb): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1bd4): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1be4): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1bfd): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c0d): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c26): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c36): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c4f): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c5f): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c78): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1c88): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ca1): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1cb1): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1cc6): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1cd6): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1d6c): undefined reference to `clEnqueueNDRangeKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1d86): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1db0): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1df0): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1e1e): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1e38): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1e78): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ea6): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ec9): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ef9): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1f1c): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1f4c): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1f5e): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1fd3): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x1ff9): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x201f): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2041): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x205b): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x206d): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x207f): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x215b): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x21cd): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x220d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x224d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x228d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2313): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x246b): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x24ab): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x24ff): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x252d): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2547): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2587): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x25b5): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x25d7): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2607): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2629): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x2659): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x266b): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x27b4): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x288a): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_[_ZN4stan4math11tri_inverseILNS0_16TriangularViewCLE0EEENS0_9matrix_clERKS3_]+0x28a0): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math18cholesky_decomposeERNS0_9matrix_clE[_ZN4stan4math18cholesky_decomposeERNS0_9matrix_clE]+0x229): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x316): undefined reference to `clRetainKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x34b): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x35d): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x36f): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x4e1): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x4fb): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x536): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x550): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x58b): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x5a5): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x5e0): undefined reference to `clSetKernelArg'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x5fa): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x624): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x64e): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x678): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x6a2): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x6cc): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xade): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xb1e): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xb72): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xba0): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xbbb): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xbd5): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0xbe7): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1456): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1510): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1522): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1534): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x16b3): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x16f5): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1737): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1c5d): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1c9d): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1cf1): undefined reference to `clRetainEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1d1f): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1d3a): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1d54): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1d66): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1d78): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1ef9): undefined reference to `clRetainCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1fcb): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1fdd): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x1fef): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x218c): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x21d6): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2213): more undefined references to `clReleaseKernel' follow
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2756): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2775): undefined reference to `clReleaseKernel'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2787): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2799): undefined reference to `clReleaseCommandQueue'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2a0e): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math15cholesky_opencl5chainEv[_ZN4stan4math15cholesky_opencl5chainEv]+0x2ead): undefined reference to `clReleaseEvent'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math18cholesky_decomposeIdEEN5Eigen6MatrixIT_Lin1ELin1ELi0ELin1ELin1EEERKS5_[_ZN4stan4math18cholesky_decomposeIdEEN5Eigen6MatrixIT_Lin1ELin1ELi0ELin1ELin1EEERKS5_]+0x5ba): undefined reference to `clRetainContext'
C:/Users/user/ONEDRI~1/Stan/large_gp2.o:large_gp2.hpp:(.text$_ZN4stan4math18cholesky_decomposeIdEEN5Eigen6MatrixIT_Lin1ELin1ELi0ELin1ELin1EEERKS5_[_ZN4stan4math18cholesky_decomposeIdEEN5Eigen6MatrixIT_Lin1ELin1ELi0ELin1ELin1EEERKS5_]+0x6db): undefined reference to `clReleaseContext'
collect2.exe: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment