
org.nd4j.jita.allocator.context.ContextPool Maven / Gradle / Ivy
The newest version!
package org.nd4j.jita.allocator.context;
import org.nd4j.linalg.jcublas.context.CudaContext;
/**
*
* @author [email protected]
*/
public interface ContextPool {
CudaContext acquireContextForDevice(Integer deviceId);
ContextPack acquireContextPackForDevice(Integer deviceId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy