kulnaman

Results 7 issues of kulnaman

Hi, i am using view renderable to render some views using scenefom but whenever i run the application I am getting this error ` --------- beginning of crash 2020-04-28 11:18:33.893...

@tpsiaki When I am trying to add viewRenderable through : ``` ViewRenderable.builder() .setSource(getContext(),R.layout.ar_image).build() .thenAccept( viewRenderable -> { renderable = viewRenderable; }) ``` I am getting error ``` E/AndroidRuntime: FATAL EXCEPTION:...

Hi , Thanks for writing such a fantastic library, I want to improve my streaming video quality and to that in the callSession class i am setting width and height...

pkg-config is a beneficial tool that simplifies the process of determining the correct compiler flags for a particular library. If Variorum starts supporting the generation of .pc files, integration of...

area-build-system

The old version of MPI casued compilation issues on LLNL's CORAL EA systems. To address this, I've upgraded both the CUDA and MPI versions to a much newer releases. After...

Currently running variorum's GPU build on Tuolumne the power number are reported for GPU, but in reality these are number for the whole APU. So instead of showing output as...

This PR introduces support for GPU co-scheduling directly within the scheduler framework. Previously, users needed to manually provide their own resource (`R`), bypassing the scheduler's resource allocation logic. With this...