vishwascm

Results 10 comments of vishwascm

Hi @tilakrayal build will continue but only after around 25 mins of fetching llvm-raw repo. And later the build fails, the reason I think is it is downloading and building...

@tilakrayal when I use clang 16, it will still take lot of time fetching llvm-raw repo (around 30 mins), but after that build will be successful. The error i got...

Hi @tilakrayal, Is there any place where I can see the build command along with all configuration used and flags used for official tf v2.15.0 wheel file available in pypi.org...

Hi @tilakrayal , Is there any place where I can see the build command along with all configuration used and flags used for official tf v2.15.0 wheel file available in...

Hi @tilakrayal, Thanks for the reply. I am looking for some more detail about building tensorflow from source, specific to aarch64 architecture with vector length 256 (Graviton) machine, including clang...

Thanks @dzarukin for explaining injectors. Can you please elaborate on how to evaluate performance of binary injectors for different broadcast strategies using benchdnn with matmul as main primitive.

Hi @dzarukin, I was trying to expand support for binary injectors on aarch64. To do this I wanted to know more details about how to test spatial, per_mb and batch...

File ~/miniconda3/envs/v_1/lib/python3.10/site-packages/gym/envs/mujoco/mujoco_rendering.py:57, in RenderContext.__init__(self, model, data, offscreen) 55 self.vopt = mujoco.MjvOption() 56 self.pert = mujoco.MjvPerturb() ---> 57 self.con = mujoco.MjrContext(self.model, mujoco.mjtFontScale.mjFONTSCALE_150) 59 self._markers = [] 60 self._overlays = {} FatalError:...

/home/stoch-lab/miniconda3/envs/v_1/lib/python3.10/site-packages/glfw/__init__.py:912: GLFWError: (65544) b'X11: The DISPLAY environment variable is missing' warnings.warn(message, GLFWError) /home/stoch-lab/miniconda3/envs/v_1/lib/python3.10/site-packages/glfw/__init__.py:912: GLFWError: (65537) b'The GLFW library is not initialized' warnings.warn(message, GLFWError) --------------------------------------------------------------------------- FatalError Traceback (most recent call last)...