-
Notifications
You must be signed in to change notification settings - Fork 795
Description
Hello, I see from the most recent release that the compiler has a build dependency on parallel-hashmap, and I see from the parallel-hashmap GitHub that this commit corresponds to version 2.0.0.
Do you know how strict the dependency is on this version? I ask because the latest version of parallel-hashmap available in both Debian and Ubuntu is 1.4.1, which is the release immediately prior to 2.0.0. It would be very convenient if we could simply rely on version 1.4.1 for the compiler build in Ubuntu. The release notes for 2.0.0 also mention the main reason for the 2.0.0 release was to fix a semantic versioning issue, suggesting there are not major changes between 1.4.1 and 2.0.0.
I have tested the compiler build with version 1.4.1 and it was successful, and I have run some basic tests of the compiler (vector addition, matrix multiply, etc) with graphics support enabled using SYCL C++ direct programming.
Do you think that is enough? Or are there other tests you might recommend?