gpt4 book ai didi

Python:并行的 numpy memmap

转载 作者:行者123 更新时间:2023-12-04 09:37:43 26 4
gpt4 key购买 nike

使用 numpy 的 有意义吗? memmap 跨多核(MPI)?
我在磁盘上有一个文件。
我可以创建一个单独的 memmap 每个核心上的对象,并使用它从文件中读取不同的切片?
给它写信怎么样?

最佳答案

Q : "Does it make sense to use numpy's memmap across multiple cores (MPI)?"


是的(...即使没有 MPI,只使用 Python 原生 { thread- | process-}-based 形式的并发处理)

Q : "Can I create a separate memmap-object on each core, and use it to read different slices from the file?"


是的。

Q : "What about writing to it?"


相同(当然,如果以可写模式打开......)

关于Python:并行的 numpy memmap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62480538/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com