- Notifications
You must be signed in to change notification settings - Fork95
翻译了目录,完成了文件结构#1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
16 changes: 12 additions & 4 deletionsREADME.rst → README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionschapter2/03_how_to_define_a_thread.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何定义一个线程 | ||
| ================ |
2 changes: 2 additions & 0 deletionschapter2/04_How_to_determine_the_current_thread.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何确定当前的线程 | ||
| ================== |
2 changes: 2 additions & 0 deletionschapter2/05_How_to_use_a_thread_in_a_subclass.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何在一个子类中使用线程 | ||
| ======================== |
2 changes: 2 additions & 0 deletionschapter2/06_Thread_synchronization_with_Lock_and_Rlock.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Lock和RLock进行线程同步 | ||
| =========================== |
2 changes: 2 additions & 0 deletionschapter2/07_Thread_synchronization_with_RLock.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用RLock进行线程同步 | ||
| ===================== |
2 changes: 2 additions & 0 deletionschapter2/08_Thread_synchronization_with_semaphores.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用信号进行线程同步 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter2/09_Thread_synchronization_with_a_condition.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用信号进行线程同步 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter2/10_Thread_synchronization_with_an_event.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用事件进行线程同步 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter2/11_Using_the_with_statement.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用with语法 | ||
| ============ |
2 changes: 2 additions & 0 deletionschapter2/12_Thread_communication_using_a_queue.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用 ``queueu`` 进行线程通信 | ||
| ============================ |
2 changes: 2 additions & 0 deletionschapter2/13_Evaluating_the_performance_of_multithread_applications.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 评估多线程应用的性能 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter3/02_How_to_spawn_a_process.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何创建一个进程 | ||
| ================ |
2 changes: 2 additions & 0 deletionschapter3/03_How_to_name_a_process.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何为一个进程命名 | ||
| ================== |
2 changes: 2 additions & 0 deletionschapter3/04_How_to_run_a_process_in_the_background.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何在后台运行一个进程 | ||
| ====================== |
2 changes: 2 additions & 0 deletionschapter3/05_How_to_kill_a_process.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何杀掉一个进程 | ||
| ================ |
2 changes: 2 additions & 0 deletionschapter3/06_How_to_use_a_process_in_a_subclass.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何在子类中使用进程 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter3/07_How_to_exchange_objects_between_processes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何在进程之间交换对象 | ||
| ====================== |
2 changes: 2 additions & 0 deletionschapter3/08_How_to_synchronize_processes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 进程如何同步 | ||
| ============ |
2 changes: 2 additions & 0 deletionschapter3/09_How_to_manage_a_state_between_processes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何在进程之间管理状态 | ||
| ====================== |
2 changes: 2 additions & 0 deletionschapter3/10_How_to_use_a_process_pool.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何使用进程池 | ||
| ============== |
2 changes: 2 additions & 0 deletionschapter3/11_Using_the_mpipy_Python_module.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Python的mpipy模块 | ||
| ===================== |
2 changes: 2 additions & 0 deletionschapter3/12_Point-to-point_communication.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 点对点通讯 | ||
| ========== |
2 changes: 2 additions & 0 deletionschapter3/13_Avoiding_deadlock_problems.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 死锁问题 | ||
| ======== |
2 changes: 2 additions & 0 deletionschapter3/14_Collective_communication_using_broadcast.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用broadcast通讯 | ||
| ================= |
2 changes: 2 additions & 0 deletionschapter3/15_Collective_communication_using_scatter.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用scatter通讯 | ||
| =============== |
2 changes: 2 additions & 0 deletionschapter3/16_Collective_communication_using_gather.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用gather通讯 | ||
| ============== |
2 changes: 2 additions & 0 deletionschapter3/17_Collective_communication_using_Alltoall.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Alltoall通讯 | ||
| ================ |
2 changes: 2 additions & 0 deletionschapter3/18_The_reduction_operation.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 简化操作 | ||
| ======== |
2 changes: 2 additions & 0 deletionschapter3/19_How_to_optimize_communication.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何优化通讯 | ||
| ============ |
2 changes: 2 additions & 0 deletionschapter4/03_Event_loop_management_with_Asyncio.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Asyncio管理事件循环 | ||
| ======================= |
2 changes: 2 additions & 0 deletionschapter4/04_Handing_corotines_with_Asyncio.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Asyncio管理协程 | ||
| =================== |
2 changes: 2 additions & 0 deletionschapter4/05_Task_manipulation_with_Asyncio.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Asyncio控制任务 | ||
| =================== |
2 changes: 2 additions & 0 deletionschapter4/06_Dealing_with_Asyncio_and_Futures.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Asyncio和Futures | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter5/02_Using_Celery_to_distribute_tasks.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Celery实现分布式任务 | ||
| ======================== |
2 changes: 2 additions & 0 deletionschapter5/03_How_to_create_a_task_with_Celery.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何使用Celery创建任务 | ||
| ====================== |
2 changes: 2 additions & 0 deletionschapter5/04_Scientic_computing_with_SCOOP.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用SCOOP进行科学计算 | ||
| ===================== |
2 changes: 2 additions & 0 deletionschapter5/05_Handling_map_functions_with_SCOOP.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用SCOOP处理map函数 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter5/06_Remote_Method_Invocation_with_Pyro4.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Pyro4进行远程方法调用 | ||
| ========================= |
2 changes: 2 additions & 0 deletionschapter5/07_Chaining_objects_with_Pyro4.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Pyro4清理对象 | ||
| ================= |
2 changes: 2 additions & 0 deletionschapter5/08_Developing_a_client-server_application_with_Pyro4.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Pyro4部署客户端-服务器应用 | ||
| ============================== |
2 changes: 2 additions & 0 deletionschapter5/09_Communicating_sequential_processes_with_PyCSP.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyCSP交流顺序的进程 | ||
| ======================= |
2 changes: 2 additions & 0 deletionschapter5/10_Using_MapReduce_with_Disco.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用Disco进行MapReduce | ||
| ====================== |
2 changes: 2 additions & 0 deletionschapter5/11_A_remote_procedure_call_with_RPyC.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用RPyC远程调用 | ||
| ================ |
10 changes: 10 additions & 0 deletionschapter5/index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| 02_Using_Celery_to_distribute_tasks.rst | ||
| 03_How_to_create_a_task_with_Celery.rst | ||
| 04_Scienti_c_computing_with_SCOOP.rst | ||
| 05_Handling_map_functions_with_SCOOP.rst | ||
| 06_Remote_Method_Invocation_with_Pyro4 | ||
| 07_Chaining_objects_with_Pyro4 | ||
| 08_Developing_a_client-server_application_with_Pyro4 | ||
| 09_Communicating_sequential_processes_with_PyCSP.rst | ||
| 10_Using_MapReduce_with_Disco.rst | ||
| 11_A_remote_procedure_call_with_RPyC.rst |
2 changes: 2 additions & 0 deletionschapter6/02_Using_the_PyCUDA_module.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyCUDA模块 | ||
| ============== |
2 changes: 2 additions & 0 deletionschapter6/03_How_to_build_a_PyCUDA_application.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何创建一个PyCUDA应用 | ||
| ====================== |
2 changes: 2 additions & 0 deletionschapter6/04_Understanding_the_PyCUDA_memory_model_with_matrix_manipulation.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 理解PyCuDA内存模型 | ||
| ================== |
2 changes: 2 additions & 0 deletionschapter6/05_Kernel_invocations_with_GPUArray.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用GPUArray进行内核调用 | ||
| ======================== |
2 changes: 2 additions & 0 deletionschapter6/06_Evaluating_element-wise_expressions_with_PyCUDA.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyCUDA评估元素 | ||
| ================== |
2 changes: 2 additions & 0 deletionschapter6/07_The_MapReduce_operation_with_PyCUDA.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyCUDA进行MapReduce操作 | ||
| =========================== |
2 changes: 2 additions & 0 deletionschapter6/08_GPU_programming_with_NumbaPro.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用NumbaPro进行GPU编程 | ||
| ======================= |
2 changes: 2 additions & 0 deletionschapter6/09_Using_GPU-accelerated_libraries_with_NumbaPro.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用GPU加速的库 | ||
| =============== |
2 changes: 2 additions & 0 deletionschapter6/10_Using_the_PyOpenCL_module.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyOpenCL模块 | ||
| ================ |
2 changes: 2 additions & 0 deletionschapter6/11_How_to_build_a_PyOpenCL_application.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 如何创建一个PyOpenCL应用 | ||
| ======================== |
2 changes: 2 additions & 0 deletionschapter6/12_Evaluating_element-wise_expressions_with_PyOpenCl.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyOpenCL评估元素 | ||
| ==================== |
2 changes: 2 additions & 0 deletionschapter6/13_Testing_your_GPU_application_with_PyOpenCL.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| 使用PyOpenCL测试你的GPU应用 | ||
| =========================== |
12 changes: 12 additions & 0 deletionschapter6/index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| 02_Using_the_PyCUDA_module.rst | ||
| 03_How_to_build_a_PyCUDA_application.rst | ||
| 04_Understanding_the_PyCUDA_memory_model_with_matrix_manipulation.rst | ||
| 05_Kernel_invocations_with_GPUArray.rst | ||
| 06_Evaluating_element-wise_expressions_with_PyCUDA.rst | ||
| 07_The_MapReduce_operation_with_PyCUDA.rst | ||
| 08_GPU_programming_with_NumbaPro.rst | ||
| 09_Using_GPU-accelerated_libraries_with_NumbaPro.rst | ||
| 10_Using_the_PyOpenCL_module.rst | ||
| 11_How_to_build_a_PyOpenCL_application.rst | ||
| 12_Evaluating_element-wise_expressions_with_PyOpenCl.rst | ||
| 13_Testing_your_GPU_application_with_PyOpenCL.rst |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.