It is surprising to see mul1() is 10 times slower than mul2().
Mul2: By using j as the inner loop, C[i][j] & B[k][j] have good cache hits, while A[i][k] is a constant during the inner loop.
Mul1: In the inner loop, C[i][j] has a constant address, and A[i][k] has good cache hits; however B[k][j] is doomed to cache misses.
There are other methods to optimize matrix multiplication, but this one should be the most significant.
reference slide: https://www.cs.duke.edu/courses/fall06/cps220/lectures/PPT/lect12.pdf
#include <iostream>
#include <stdlib.h>
#include <time.h>
using namespace std;
const int N = 2000;
double A[N][N], B[N][N], C[N][N];
void fill()
{
for (int i=0; i<N; i++)
for (int j=0; j<N; j++) {
A[i][j] = (double)rand() / RAND_MAX;
C[i][j] = 0;
}
}
void mul1()
{
for (int i=0; i<N; i++)
for (int j=0; j<N; j++)
for (int k=0; k<N; k++)
C[i][j] += A[i][k] * B[k][j];
}
void mul2()
{
for (int i=0; i<N; i++)
for (int k=0; k<N; k++)
for (int j=0; j<N; j++)
C[i][j] += A[i][k] * B[k][j];
}
int main()
{
fill();
clock_t startTime;
startTime = clock();
mul1();
cout << (clock() - startTime)/(double) CLOCKS_PER_SEC << endl;
startTime = clock();
mul2();
cout << (clock() - startTime)/(double) CLOCKS_PER_SEC << endl;
return 0;
}
/*
> g++ mul.cpp -O2
> a.exe
87.64
7.584
*/
Great Job.!! I really gained more knowledge by reading your unique post. Thanks a lot for offering this content for our vision.
ReplyDeleteSAS Training in Chennai
Very interesting to read, thanks for sharing that wonderful useful information, given programming coding was very excellent and easily observe all provided information.
ReplyDeleteSEO Training in Chennai
Wow amazing i saw the article with execution models you had posted. It was such informative. Really its a wonderful article. Thank you for sharing and please keep update like this type of article because i want to learn more relevant to this topic.
ReplyDeleteDotnet Training in Chennai
It is really very excellent,I find all articles was amazing.Awesome way to get exert tips from everyone,not only i like that post all peoples like that post.Because of all given information was wonderful and it's very helpful for me.
ReplyDeletePPC Services in Chennai
thus your information are really nice and very much implementive and useful too. it is really awesome and very much exclusive too.Thanks for sharing those valuable information.
ReplyDeleteInformatica Training in Chennai
Here i had read the content you had posted. It is much interesting so please keep update like this. Infact it will be useful for the beginners to develop their knowledge along with . I am expecting much more posts from you
ReplyDeletePainless Dental Treatment In Chennai
Best Dental Clinic In Adyar
This is very valuable for multiple peoples.Nice it. We'll have to share it marvelous posting.I like that your reasonable helpful article.I read all your blog is reduced excellent blogger discussing.
ReplyDeleteDigital Marketing Training in Chennai
Digital Marketing Course in Chennai
Great effort! You have given an informative news about cache performance. Thanks for sharing this useful details with us.
ReplyDeleteI am really enjoying reading your well written articles. It looks like you spend a lot of effort and time on your blog. I have bookmarked it and I am looking forward to reading new articles. Keep up the good work..
ReplyDeleteLogistic ERP
CCTV Camera Dealers in Chennai
Transport ERP
Athletic Management Software
CCTV Camera Installation in Chennai
Great work thanks for sharing
ReplyDeleteOnline Marketing Services
SEO Specialist in Bangalore
seo pricing india
Fertility is the natural capability to produce offspring. As a measure, fertility rate is the number of offspring born per mating pair, individual or population.Human fertility depends on factors of nutrition, sexual behavior, consanguinity, culture, instinct, endocrinology, timing, economics, way of life, and emotions.Greate thinks of a fertility center for humans.
ReplyDeleteFertility Center in OMR
PVC Digital Door Manufacturer in hubli
ReplyDeletehi, nice information is given in this blog. Thanks for sharing this type of information, it is so useful for me. nice work keep it up.
ReplyDeleteTravel visa provider in Delhi
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThank you for benefiting from time to focus on this kind of, I feel firmly about it and also really like comprehending far more with this particular subject matter. In case doable, when you get know-how, is it possible to thoughts modernizing your site together with far more details? It’s extremely useful to me.
ReplyDeleteData Science course in rajaji nagar | Data Science with Python course in chenni
Data Science course in electronic city | Data Science course in USA
Data science course in pune | Data science course in kalyan nagar
This blog is the general information for the feature. You got a good work for these blog.We have a developing our creative content of this mind.Thank you for this blog. This for very interesting and useful.
ReplyDeletejava training in chennai
java training in marathahalli | java training in btm layout
I am really enjoying reading your well written articles.
ReplyDeleteIt looks like you spend a lot of effort and time on your blog.Keep Doing.
big data analytics training in bangalore
Data Science Certification Bangalore
Data Science in Bangalore
data analyst training in bangalore
data analytics institute in bangalore
Wonderful blog.. Thanks for sharing informative Post. Its very useful to me.
ReplyDeletedailyconsumerlife
Article submission sites
Outstanding blog thanks for sharing such wonderful blog with us ,after long time came across such knowlegeble blog. keep sharing such informative blog with us.
ReplyDeletemachine learning training in chennai
best training insitute for machine learning
Android training in Chennai
PMP training in chennai
Really informative post! Keep sharing more such posts. Regards.
ReplyDeleteManual Testing Training in Chennai
Manual Testing Training in Velachery
C C++ Training in Chennai
Spark Training in Chennai
Tally Course in Chennai
LINUX Training in Chennai
I found your blog while searching for the updates, I am happy to be here. Very useful content and also easily understandable providing..
ReplyDeleteBelieve me I did wrote an post about tutorials for beginners with reference of your blog.
Selenium training in bangalore
Selenium training in Chennai
Selenium training in Bangalore
Selenium training in Pune
Selenium Online training
This information is impressive; I am inspired with your post writing style & how continuously you describe this topic.
ReplyDeleteDot Net Course | Dot Net Course in Chennai | Dot net Training in Chennai | Dot net Training Institute in Chennai | Dot net Training Institute in Velachery | Dot net Course Fees
Full Stack Developer Training Online | Full Stack web Developer Training | Full Stack Developer Certification | Full Stack Developer Course | Full Stack Developer Training
Outstanding blog thanks for sharing such wonderful blog with us ,after long time came across such knowlegeble blog. keep sharing such informative blog with us.
ReplyDeleteCheck out : machine learning tution in chennai
artificial intelligence and machine learning course in chennai
best training insitute for machine learning
I Regreat For Sharing The information The InFormation shared Is Very Valuable Please Keep Updating Us Time Just Went On Reading The Article Python Online Training AWS Online Training Hadoop Online Training Data Science Online Training
ReplyDelete
ReplyDeleteThank you for such a sweet tutorial - all this time later, I've found it and love the end result. I appreciate the time you spent sharing your skills.
Deer Hunting Tips Camping Trips Guide DEER HUNTING TIPS travel touring tips
ReplyDeleteYou need to kill time, you need entertainment. Refer to our website. hope you get the most comfort.
Thanks you for sharing!
Still Hunting Method
Hunting psych tips Survival Tips Travel Touring Tips
It’s great to come across a blog every once in a while that isn’t the same out of date rehashed material. Fantastic read.
ReplyDeleteData science Course Training in Chennai |Best Data Science Training Institute in Chennai
RPA Course Training in Chennai |Best RPA Training Institute in Chennai
AWS Course Training in Chennai |Best AWS Training Institute in Chennai
Devops Course Training in Chennai |Best Devops Training Institute in Chennai
Selenium Course Training in Chennai |Best Selenium Training Institute in Chennai
Java Course Training in Chennai | Best Java Training Institute in Chennai
Thanks for posting the information I liked it
ReplyDeleteSanjary Kids is one of the best play school and preschool in Hyderabad,India. Give your child the best preschool experience by choosing the best playschool of Hyderabad in Abids. we provide programs like Play group,Nursery,Junior KG,Senior KG,and provides Teacher Training Program.
early childhood teacher training course in hyderabad
Great blog information of the author
ReplyDeleteSanjary Academy is the best Piping Design institute in Hyderabad, Telangana. It is the best Piping design Course in India and we have offer professional Engineering Courses like Piping design Course, QA/QC Course, document controller course, Pressure Vessel Design Course, Welding Inspector Course, Quality Management Course and Safety Officer Course.
Piping Design Course
Piping Design Course in Hyderabad
Piping Design Course in India
ReplyDeleteYour post is very useful for me.Thanks for sharing your great post. Keep updating like this.....
Selenium Training in Velachery
Selenium Training in Tambaram
Selenium Training in T nagar
Selenium Training in Anna nagar
Selenium Training in Porur
Selenium Training in Adyar
Selenium Training in Vadapalani
Selenium Training in Thiruvanmiyur
Selenium Training in OMR
Awesome Blog...waiting for next update...
ReplyDeletecore java training in chennai
core java training
core java course
core java training in T nagar
core java training in Guindy
C C++ Training in Chennai
javascript training in chennai
Hibernate Training in Chennai
LoadRunner Training in Chennai
Mobile Testing Training in Chennai
Thanks for sharing informative article with us..
ReplyDeletejavascript training in chennai
javascript training center in chennai
javascript classes in chennai
javascript training in anna nagar
javascript training in vadapalani
javascript training in chennai
core java training in chennai
Photoshop Classes in Chennai
Manual Testing Training in Chennai
Drupal Training in Chennai
Great blog posting of the topic
ReplyDeletePressure Vessel Design Course is one of the courses offered by Sanjary Academy in Hyderabad. We have offer professional Engineering Course like Piping Design Course,QA/QC Course,document Controller course,pressure Vessel Design Course,Welding Inspector Course, Quality Management Course, #Safety officer course.
Welding Inspector Course
Safety officer course
Quality Management Course
Quality Management Course in India
Thank you for sharing amazing information.
ReplyDeleteYaaron Studios is one of the rapidly growing editing studios in Hyderabad. We are the best Video Editing services in Hyderabad. We provides best graphic works like logo reveals, corporate presentation Etc. And also we gives the best Outdoor/Indoor shoots and Ad Making services.
video editors studio in hyderabad
short film editors in hyderabad
corporate video editing studio in hyderabad
ad making company in hyderabad
Really nice blog...
ReplyDeletefreein
planttrainingcourseforECEstudents
intern
ship-in-chennai-for-bsc
inpla
nt-training-for-automobile-engineering-students
freein
planttrainingfor-ECEstudents-in-chennai
intern
ship-for-cse-students-in-bsnl
applic
ation-for-industrial-training
Good
ReplyDeleteinterview-questions/aptitude/permutation-and-combination/how-many-groups-of-6-persons-can-be-formed
tutorials/oracle/oracle-delete
technology/chrome-flags-complete-guide-enhance-browsing-experience/
interview-questions/aptitude/time-and-work/a-alone-can-do-1-4-of-the-work-in-2-days
interview-questions/programming/recursion-and-iteration/integer-a-40-b-35-c-20-d-10-comment-about-the-output-of-the-following-two-statements
Thank you for sharing such a nice post!
ReplyDeleteUpgrade your career Learn Oracle Training from industry experts gets complete hands on Training, Interview preparation, and Job Assistance at Softgen Infotech.
thank you for sharing this blog, it is very useful information for data management.
ReplyDeletePython training bangalore
AWS training bangalore
data science training bangalore
ReplyDeleteThe blog you shared is very good. I expect more information from you like this blog. Thankyou.
Python Training in bangalore
Python Course in Bangalore
Angularjs course Bangalore
Angularjs Training in Bangalore
Web Designing Course in bangalore
Web Development courses in bangalore
Salesforce Course in Bangalore
salesforce training in bangalore
Big Data Training in Bangalore
Hadoop Training in Bangalore
Amazing article useful information.
ReplyDeleteWeb designing trends in 2020
When we look into the trends, everything which is ruling today’s world was once a start up and slowly begun getting into. But Now they have literally transformed our lives on a tremendous note. To name a few, Facebook, Whats App, Twitter can be a promising proof for such a transformation and have a true impact on the digital world.
we have offered to the advanced syllabus course web design and developing for available join now.
https://www.webdschool.com/web-development-course-in-chennai.html
I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. Thanks for sharing wonderful information..
ReplyDeleteSalesforce Training in Chennai
Salesforce Online Training in Chennai
Salesforce Training in Bangalore
Salesforce Training in Hyderabad
Salesforce training in ameerpet
Salesforce Training in Pune
Salesforce Online Training
Salesforce Training
I am really happy to say it’s an interesting post to read. I learn new information from your article; you are doing a great job. Keep it up…
ReplyDeletePython Training in Gurgaon
Advanced Excel /VBA training in Gurgaon
Awesome blog...thanks for sharing valuable articles.....
ReplyDeleteOnline app development course
Mobile app development course online
Nice blog. Good content.
ReplyDeletePython Course
Best SEO Company in Delhi
ReplyDeleteInformative blog
ReplyDeleteThanks for sharing such wonderful information with us. Indian Restaurant Elk Grove CA
ReplyDeleteThanks for sharing such wonderful information with us. Best Indo-Chinese restaurants in Elk Grove
ReplyDeleteExcellent article and this helps to enhance your knowledge regarding new things. Waiting for more updates.
ReplyDeleteAngular 11 New Features
Versions Of Angular
Really nice blog. thanks for sharing such a useful information.
ReplyDeleteKotlin Online Course
Great Post with valuable information.Thank you. Share more updates.
ReplyDeleteSpoken English Classes Chennai
Spoken English Classes In Tambaram
Thanks for sharing a great article. The Article which you have shared is very informative..
ReplyDeleteDigital Marketing Courses in Coimbatore
Digital Marketing Courses in Trichy
Digital Marketing Courses in Madurai
Very interesting blog.
ReplyDeleteTamil novels pdf download
Ramanichandran novels PDF
srikala novels PDF
Mallika manivannan novels PDF
muthulakshmi raghavan novels PDF
Infaa Alocious Novels PDF
N Seethalakshmi Novels PDF
Sashi Murali Tamil Novels PDF
This is very informing and helpful. Thanks
ReplyDeleteinternship meaning | internship meaning in tamil | internship work from home | internship certificate format | internship for students | internship letter | Internship completion certificate | internship program | internship certificate online | internship graphic design
ReplyDeleteThis post is so interactive and informative.keep update more information...
Tally Course in Tambaram
Tally course in Chennai
This post is so interactive and informative.keep update more information...
ReplyDeleteWeb Designing Course in Tambaram
Web Designing Course in chennai
Thanks for sharing the useful information.
ReplyDeleteB.A Date Sheet
B.A. पार्ट वन का एग्जाम | B.A. सेकंड ईयर का टाइम टेबल | BA Final Year Exam Date Sheet.
This post is so interactive and informative.keep update more information...
ReplyDeletedot net training in Tambaram
Dot net training in Chennai
This post is amazing and thanks for sharing, keep it up. Furniture Design Course and Visual Merchandising Course Online
ReplyDeleteThis article is very helpful and interesting information. Thanks for sharing. Website Development Services in Hyderabad and Best Website Design Companies in Bangalore.
ReplyDelete
ReplyDeleteThis is a great post. I like this topic.This site has lots of advantage.I found many interesting things from this site. It helps me in many ways.Thanks for posting this again.
how to learn matlab |computer science summer internships |iot online courses |number 1 summer and winter internship training and workshop service provider in india. |online c programming classes
|machine learning training | data science course fees in coimbatore |internship opportunities for engineering students |electronic engineering summer internships |wordpress training in chennai
React JS Training in Hyderabad
ReplyDelete
ReplyDeleteSwift Developer Course Certification
Learn Swift Online
Swift Training in Bangalore
Hey! Nicely written , Intresting to read
ReplyDeleteA-Class Marble offers an exclusive range of timeless Marble for Home. Our range of marbles is reputed for giving perfect elegance and style to your walls and floor.
ReplyDeleteI would be fantastic if you could point me in the direction of a good platform.
ReplyDeletebhagyalaxmi pannel chart, marathwada day pannel chart, marathwada night pannel chart.
Thanks For Sharing Your Valuable Information On This Blog
ReplyDeletekralbet
ReplyDeletebetpark
tipobet
slot siteleri
kibris bahis siteleri
poker siteleri
bonus veren siteler
mobil ödeme bahis
betmatik
WC4
Hey! Nicely written , Intresting to read
ReplyDeletejava full stack training in hyderabad
Really interesting content which is unique which provided me the required information.
ReplyDeleteGain a superior understanding of the digital marketing domain with our Advanced Digital Marketing Training in Hyderabad. This program has been meticulously designed to empower individuals with core marketing concepts and strategies used in the digital framework. By offering pragmatic insights into digital marketing with real-time projects, and internships, we aspire to mold proficient digital marketers who can spearhead online marketing campaigns.
ReplyDeleteAdvanced Digital Marketing Training in hyderabad
Elevate your educational journey with F1 Visa Consultants in Hyderabad. Our expert team offers tailored guidance, ensuring a smooth path to obtaining your student visa for the USA. Trust our experience for a successful transition to American universities and a bright academic future.
ReplyDeleteF1 Visa Consultants in Hyderabad
Are you looking to enhance your skills in cloud computing? Join our Google Cloud Platform Online training in Hyderabad and unlock a world of opportunities in the tech industry. With our comprehensive curriculum and expert instructors, you'll gain in-depth knowledge of the Google Cloud Platform and its various services. From cloud storage and databases to machine learning and big data analytics, our training covers it all. Be equipped with the skills to design, deploy, and manage applications and infrastructure on the Google Cloud Platform. Enroll now and take your career to new heights!
ReplyDeleteGoogle Cloud Platform Online training in Hyderabad
Nice Blog Keep Posting.
ReplyDeleteWeb desgining course in Hyderabad
Good explanation about "how to improve cache performance" Thanks for sharing this information.
ReplyDeleteData science training institute in JNTU
Business analyst job support provides assistance to professionals in the field, offering guidance on tasks like requirement gathering, data analysis, process modeling, and stakeholder management. This support aids in problem-solving, skill development, and overcoming challenges encountered in business analysis roles. It may include mentorship, coaching, training, and access to resources for career advancement.
ReplyDeleteIt is really very excellent,I find all articles was amazing.Awesome way to get exert tips from everyone,not only i like that post all peoples like that post.Because of all given information was wonderful and it's very helpful for me.devops-training-in-hyderabad
ReplyDeletePlease continue posting
ReplyDeleteManual testing course in hyderabad
The article is truly excellent, and I found every piece of it amazing. It’s an awesome way to get expert tips from everyone. Not only did I enjoy the post, but it seems like everyone else did too. The information provided was wonderful and incredibly helpful for me.
ReplyDeletePython Full Stack Course in Hyderabad
great ! post nice article
ReplyDeleteDigital marketing online course in hyderabad