achirkin / easytensor

Many-dimensional type-safe numeric ops
https://hackage.haskell.org/package/easytensor
BSD 3-Clause "New" or "Revised" License
46 stars 2 forks source link

easytensor-vulkan doesn't build #16

Closed Rotaerk closed 5 years ago

Rotaerk commented 5 years ago

I just got back into vulkan coding after a 6-month hiatus, so I haven't been following all the changes you've been making... I upgraded to the latest easytensor and vulkan-api, and when I built them, easytensor-vulkan failed with this error:

src/Graphics/Vulkan/Marshal/Create/DataFrame.hs:184:10: error:
    Not in scope: type constructor or class ‘VulkanMarshalPrim’
    Perhaps you meant ‘VulkanMarshal’ (imported from Graphics.Vulkan.Marshal.Internal)
    |
184 | instance VulkanMarshalPrim (VkDataFrame t ds) where
    |          ^^^^^^^^^^^^^^^^^
Rotaerk commented 5 years ago

Oh; never mind, I see your latest is in branch v2, not master.