Lotte1990
Lotte1990
**Describe the bug** Saving and subsequently loading a quantized model results in the following error: ``` Traceback (most recent call last): File "test.py", line 37, in model = tf.keras.models.load_model('MinimalExample.h5') File...
Visual Studio doesn't like TRISYCL_WEAK_ATTRIB_PREFIX a.k.a. __declspec(selectany) in front of function declarations. Apparently this is only for initialized global data. @keryell Since C++17 has been around for a while now...
Neither Intel nor Visual Studio are able to find trisycl::some_class if they are already inside namespace trisycl. Instead, they are searching for trisycl::trisycl::some_class. See also #269
The conversion operator operator item () const isn't actually usable. I believe we need to provide suitable values for Dimensions instead. See also #269
I have the prebuilt binaries installed and set the environment variable BOOST_ROOT. ``` Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363. The CXX compiler identification is MSVC 19.25.28614.0 Check...
Please add Qt6 compatibility. CMake still requires Qt5 to build this application.