RK
2021年10月12日
Given that Intel Phi is already End of Life, it would be great if the course is augmented with methods to also offload processing to GPU. A great course with a great instructor.
PY
2020年5月1日
This coursework helped me to know the working of Intel architecture. How to optimize the code over the existing architecture with the help of vectorization and multithreading.
by Aswin V
•2018年8月31日
Nice course, really enjoyed every challenge in the course. Well laid out goals for a Computer Science student.
by Каморзин Б Б
•2020年10月7日
This course was designed (among other) for people who do scientific computations, but hardly know anything for optimizing the code for efficient use of the hardware. And it so happened, that I am EXACTLY from that category of people.
That was an incredible experience, that, no joke, allowed me to speed up my application for electrostatics problem by at least two orders of magnitude, which is crucial as I deal with very high numbers of atoms.
The only thing that makes me sad is that in this course, the second one is advertised, called "Performance optimization", yet it is absent from Coursera. Of the continuation course(s) ever happens to arrive here, I will sign up for it immediately.
Thanks!
by Sachin M
•2020年3月28日
I think the course is to the point, simple and very informative. I never felt that I was doing an intermediate-level course. Thanks for giving access to the PBS cluster and XEON Phi processors. All your assignments really challenged the programmer inside me and loved them all. Recommended for everyone who wants to do parallel programming. I am eagerly waiting for more courses on these topics.
by keerthi k
•2019年6月11日
Best course to understand the basics of parallel programming , this course covers the areas where parallelism can be performed and the hands on exercises hones your skills of what you have learnt.
It is worth to pay for certification, because it gives you graded software tools to evaluate your performance on given tasks.
by vineeth b
•2021年7月24日
Good introduction to OpenMP and MPI. Assignments are not hard (should be able to solve with decent understanding of course material).
by Rohan V
•2018年5月14日
Please bring advance courses by Intel also such as FPGA based courses.
by Siddhartha D
•2020年2月3日
This course will definitely help one to get started with vectorization, parallel computing, OpenMP, and MPI. It helped me learn about Intel's Xeon Phi architecture and various compiler optimization techniques. The hands-on lab tutorials and assignments are really helpful in understanding the topics. The instructor did a good job in explaining the subject and the provided study guides are very helpful too. I hope more intermediate courses regarding parallelism are introduced on Coursera.
by Shahid M
•2022年1月2日
The course is quite rich in content; It is, however, specific to C language. Fortran users might find it hard to digest. Also, the content needs to be revisited several times. The reference book by Colfax is quite handy. And the exercises are definitely not easy to be solved. The fundamental disadvantage is that the disucssion group is almost dead. If you are interested in parallel programming then you must take it. It will enhance your interest and knowledge, for sure.
by Germán M C
•2018年3月8日
Very well explained, very simple, well structured and interesting examples. Although, more diversity of the examples would be interesting, for example, mathematical operations (as matrix-matrix multiplication), bioinformatics, financial, and so on. Also, would be great more exercises, labs and resources.
by Samarth P N
•2019年10月14日
Amazing course, I really loved it. This course provided me with a lot of knowledge about the subject Computer Architecture and Organisation. This course was really very interesting and I am really fortunate to study this course. Thank you Coursera!
by Perry S
•2019年4月17日
I really learned a lot and enjoyed this course. I am much better versed at factorization, openMP and MPI as a result. I had experience with GPU programming but the methods here are vital for high end CPUs
by Pradeepa B K
•2020年12月31日
Enjoyed learning basics of parallelism and different methods to improve the performance. Thanks to Andrey Vladimirov for the nice clear explanations on the topics!
by Sadhana R
•2020年7月8日
I liked this course,fundamentals of parallelism is explained very clearly. The assignments were really good.
by Eduard D L G
•2019年10月11日
Muy bueno, enseña maneras muy poderosas de hacer el software mas rápido.
by Рамиль Б
•2018年11月7日
Хороший преподаватель, материал излагается приятно и доступно. Однако курс довольно поверхностный и потребуются дополнительные источники информации для базового освоения OpenMP и MPI. Есть презентации, но конспект лекций отсутствует.
by Francisco G R
•2017年11月16日
I miss some mentor or instructor that provides some kind of support or reply to doubts in the forum. Seems that if we have a doubt, there is not any mentor that can help you. The level of the exercises doesn't correspond to the lessons.
So far, it is been not a pleasant experience.Sorry to say that I'm starting to wonder if it's worth the time spent in this course.
by Dheeraja K
•2019年11月28日
Very difficult for beginners in their preferred environment, they assume that you have ample amount of knowledge already.
by omar f
•2018年10月18日
1) No supervision from instructors.
2) Assignments are not very clear
3) Forums are dead
by Pieter v W
•2022年6月21日
Thank you to Intel, Coursera and Colfax for this course on Parallelism on Intel Architecture. Though only basics are covered, the course presents a tour through different levels of parallelism (vectorization, multi-threading and cluster-computing) as well as exploitation of high-bandwidth cache memory, for speeding up scientific computation. Each section has a hands on programming exercise that is executed and graded on an intel Xeon Phi processor. Would love a follow up course covering more advanced topics and GPU acceleration.
by Arkadijs S
•2022年2月3日
Very useful and interesting course. Lectures are well structured, awesome instructor. In addition, one can get access to powerful Intel Xeon Phi processors.
There are many sources that go directly to OpenMP/MPI parallelization, yet don't pay enough attention to vectorization. Fundamentals of Parallelism on Intel Architecture covers it detail, as well many other aspects of optimization/parallelism.
by Ziyuan
•2020年3月25日
Enthusiastic and articulate lecturer; logically well-organized courses; a dedicated lab for the assignments. If I have to say a con: Intel Architecture is not bound to Intel toolchain that requires royalty, so maybe it'd be better if the lecturer can mention some open equivalents (especially the switches) alongside the introduction to the Intel products.
by Thomas Z
•2020年12月20日
Course is nicely structured, starting from vectorization, to shared-memory (OpenMP), cache-levels and finally distributed memory (MPI). Most of this can also be done on local machine without having access to a cluster - at least for testing purposes. The instructor explains each concept very well and in an easy to understand way.
by Nourdine O
•2020年11月28日
the course was really great I learn many tricks and tips for code optimization and parallel programming in general and with the access provided by Colfax to their Xeon phi cluster, I was able to practice and experiment with my implementation and see the performance of the code.
many thanks to all people working on this course.
by Maicon L M d S
•2020年8月29日
É um excelente curso sobre Programação Paralela, pois te introduz aos principais conceitos desde o zero e te permite desenvolver um conhecimento sólido devido aos exercícios desafiadores. Tenho um nível intermediário em Inglês e fiz o curso perfeitamente sem nenhuma dificuldade em entender o instrutor!
by Varzonova N
•2020年5月21日
I really enjoyed this course. Workloads were interesting and I enjoyed solving problems with OpenMP and MPI as well as optimizing code performance. Good start for those who want to master parallel programming and understand performance optimization. Andrey is a great instructor, cudos to him.