can we use GLPK and JuMP package in GPU program of Julia

71 Views Asked by At

I have one CPU runnable in julia program in that program i have applied constaraint on array that the elements which are greater than one and 4 is completely divisible by that elements store such elements on model using GLPK and JuMP package , so i want to convert that CPU runnable code into GPU runnable

I just want solution that can we use GLPK and JuMP package in GPU program of julia .If yes then how

1

There are 1 best solutions below

1
Oscar Dowson On

You cannot use GLPK and JuMP on a GPU.