GPU based algorithm on AWS Lambda

前端 未结 3 1043
小鲜肉
小鲜肉 2021-02-19 03:52

I have a function which perform some mathematical operations and need a 16gb GPU system, But this function will not be triggered always and rest of time my system will not be in

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-19 04:15

    Batch is a good solution for certain types of workload. Another option is GPUs on ECS, which could be used for running frequent tasks utilising GPU.

提交回复
热议问题