SPO600(Project 3.2 FInal Post and thoughts on project and course)

Please Read 3.0 and 3.1 post as well!! 

Thoughts on the tool and project.

I believe that this can be very useful if expanded, what I mean by this is that I limited this tool just taking in C code using Python, That can be incredibly useful in the sense that if I only had an IDE such as Vs code (Made up example) that only was able to execute python that could become an issue if I need to execute a C style file or code bloc. This tool that I made was able to take that C and still give the desired output using Python language and syntax. This could be done in principial with any kind of code coming to the tool such as C++, Java and all other kinds. This tool could also be put onto other soft ware and is very modular in design. 

This tool can be used very well to choose specific architecture, for my tool it was for aarch64 SME, SME2 and ASIMD, Proving the tool worked for choosing the methods was done in my 3.0 post and it shows we can choose a function using the tool that I had made. 

The things I enjoyed about the project was for sure having it open ended. At first I was a bit over whelmed by the idea of the project but as the professor broke it down it made it much clear. I like the fact that there was guide lines but you can use any language you like, for me this was really cool because I tried out python for the first time and although it took a lot of time I was able to learn the language which is very good at kind of just getting to code right away not many imports or declares. A hard part of the project for me any ways was probably breaking down the .c file that was given for a tester and also to get it working on Israel. For me the make file and not reading properly cost me a bit of time and headaches. I really liked the professor should us how to ssh on vs code as I have never done that before and made it a lot easier! Over all it was a really fun project and I enjoyed the challenge!

Things I did was make sure it can run using something other then void.

I did not take screen shots of the proof to see it there as I discussed with my professor I am trying to pass another course.

I really enjoyed the class over all and wish I got to take more time to meet with the professor and hack and talk more about the future of where we are heading in technology. I hope to take the lessons and knowledge learned and improve on it, put it towards a job in this field!  


Thanks for a great last semester! (I hope)

Comments

Popular posts from this blog

SPO600 Lab1

SPO600(Project Part 2.1)