Andrew Shao

Results 16 issues of Andrew Shao

# Description Currently, the size of the tensor must be specified when using the `put_tensor` and `unpack_tensor` commands. This was largely done to serve as an extra 'check' to ensure...

type: feature
area: fortran

On systems that have the Intel Compilers and/or the Intel Math Kernel library installed, the Caffe2 package that comes with Torch will unconditionally try to link in the MKL during...

# Description SmartSim currently only supports PyTorch on MacOS with Apple Silicon, whereas ONNX and Tensorflow are also commonly used ML runtimes that SmartSim supports on other platforms. To enable...

area: build
type: feature
area: ML

# Description Many simulations have multiple stages to get to the point of actually executing a simulation. For example in OpenFOAM as @tmaric has pointed out, the generation and decomposition...

area: job
type: feature
area: launcher
area: api

# Description Trying to use the multi-gpu functions with Tensorflow models raises an error within RedisAI. This likely seems to be an incompatibility with the call to the Tensorflow backend....

area: third-party
bug: major

# Description Many of the most recent versions of ML packages now support CUDA 12. Some (like Tensorflow) require CUDA-12 exclusively. We should allow users to build the backends against...

type: feature