mc-imperial / gpuverify

GPUVerify: a Verifier for GPU Kernels
http://multicore.doc.ic.ac.uk/tools/GPUVerify/
Other
58 stars 15 forks source link

Method getIncludes on class GPUVerifyInstance maybe have bug. #7

Closed CrazyUmka closed 7 years ago

CrazyUmka commented 7 years ago

Check this please: https://github.com/mc-imperial/gpuverify/blob/master/GPUVerify.py#L280 When trying to add an includes directory for search with argument -I, the includes field of the GPUVerifyInstance class did not get the specified directories. But maybe I wrong.

jeroenk commented 7 years ago

Fixed, thanks for the report.