tonyyxliu / CUHKSZ-CSC4005

Project Materials for CUHK(SZ) Course CSC4005: Parallel Programming
MIT License
76 stars 31 forks source link

Compiling error caused by adding SIMD code to utils.py #74

Closed LouisCroix closed 17 minutes ago

LouisCroix commented 1 month ago

I've encountered a weird issue when implementing a bilateral filter function using SIMD in utils.py. When compiling, an error is raised with the following information: image

If any further information is needed, please tell me. I would appreciate it if you could solve this problem for me.

tonyyxliu commented 2 weeks ago

It sounds weird to me too. Please make sure you attach the right compiler option like -mavx2.